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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ If you're reading this, you'd like to contribute to one of my open source projec
5
5
6
6
### General Resources
7
7
8
-
***[Coderouge (GitLab)](https://git.coderouge.co)** is the primary destination for this project's source code repository, issue tracker, contribution management (pull requests) and testing infrastructure / CI.
9
-
*If you're reading this on **GitHub**: this is kept as a mirror of the main repo that is hosted on the aforementioned GitLab instance. If you have quick contributions to make in the way of issues or pull requests, then feel free to do so here and I will migrate them back to the main repo. If you would like to be more involved in this project, however, I'd invite you to work from the GitLab instance - it's faster, snazzier and more directly connected to testing infrastructure.
8
+
***[Github](https://github.com/peakwinter/python-nginx)** is the primary destination for this project's source code repository, issue tracker, and contribution management (pull requests).
9
+
*Testing infrastructure / CI can be found at **[Travis-CI](https://travis-ci.org/peakwinter/python-nginx)**.
10
10
* Documentation for development is kept in `README.md`, changelogs in `CHANGELOG`.
11
11
12
12
13
13
### Submitting Pull Requests
14
14
15
-
Pull requests are a great way to add a new feature for yourself to use, and to help others who might be using this project along the way. Please follow the style guide below for your code submissions, and don't forget to adequately test your code before you make the request. I'll get to it as soon as I can, and review it with you if need be.
15
+
Pull requests are a great way to add a new feature for yourself to use, and to help others who might be using this project along the way. Please follow the style guide below for your code submissions, add unit tests if at all possible, and don't forget to adequately test your code functionally before you make the request. I'll get to it as soon as I can, and review it with you if need be.
16
16
17
17
18
18
### Filing Bugs
@@ -52,7 +52,7 @@ I try to use all of my projects as an example of what positive and respectful ef
52
52
53
53
### Asking for Help
54
54
55
-
If you'd like to ask questions about contributing to this project or about the code contained within, feel free! My profile page on GitHub/GitLab will have links to my Twitter account or my email, I will respond whenever possible.
55
+
If you'd like to ask questions about contributing to this project or about the code contained within, feel free! My profile page on GitHub will have links to my Twitter account or my email, I will respond whenever possible.
0 commit comments