You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this document we will cover how contribute to the project and the rules associated to the process. We gladly accept all kinds of contributions, from writing new features and fixing bugs to improve the existing documentation. When contributing to the project the [code of conduct](../CODE_OF_CONDUCT.md) must be followed.
3
+
In this document we will cover how contribute to the project and the rules associated to the process. We gladly accept all kinds of contributions, from writing new features and fixing bugs to improve the existing documentation. When contributing to the project the [code of conduct](CODE_OF_CONDUCT.md) must be followed.
4
4
5
5
We welcome any help you can offer and are eagerly waiting for your contributions.
6
6
Feel free to ask for assistance or guidance at any time. We encourage you to get involved because contributing to open source projects allows you to collaborate with other members,
@@ -9,17 +9,17 @@ improve your coding skills, and enhance your communication abilities.
9
9
## 🖐️ Steps to Contribute
10
10
11
11
1. Select an [issue](https://github.com/AntonioMrtz/SpotifyElectron/issues) and **ask to work on it by leaving a comment in the issue page(Not in Trello)**.
12
-
2. Create a new branch with the feature you're implementing using the [branch naming convention](Git-Convention.md).
13
-
3. Push your changes to the new branch using the [commit naming convention](Git-Convention.md).
12
+
2. Create a new branch with the feature you're implementing using the [branch naming convention](developer/Git-Convention.md).
13
+
3. Push your changes to the new branch using the [commit naming convention](developer/Git-Convention.md).
14
14
4. Add tests for every functionality changed or added.
15
-
5. Go to your branch in Github, then select Pull Request and fill the fields indicated in the template. Remember to rename the Pull Request using our [convention](Git-Convention.md).
15
+
5. Go to your branch in Github, then select Pull Request and fill the fields indicated in the template. Remember to rename the Pull Request using our [convention](developer/Git-Convention.md).
16
16
17
17
_It's important to leave a comment about working on an issue so the maintainer can add you as an assignee and avoid two people working on the same issue_.
18
18
19
19
_Trello links are used to synchronize Github issues with board tasks, we're not accepting new members due to free tier limitation until you have contributed at least twice_.
20
20
## 🙍♂️ Contributors list
21
21
22
-
Once you contribute to the project, your name and GitHub profile will be added into the [CONTRIBUTORS list](../CONTRIBUTORS.md) as an acknowledgement for your work and in order to thank you.
22
+
Once you contribute to the project, your name and GitHub profile will be added into the [CONTRIBUTORS list](CONTRIBUTORS.md) as an acknowledgement for your work and in order to thank you.
23
23
24
24
## 📦 Required Software
25
25
@@ -30,5 +30,5 @@ Once you contribute to the project, your name and GitHub profile will be added i
0 commit comments