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.rst
+13-13
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,38 @@ We welcome any kind of contribution to our software, from simple comment or ques
7
7
A contribution can be one of the following cases:
8
8
9
9
1. you have a question;
10
-
1. you think you may have found a bug (including unexpected behavior);
11
-
1. you want to make some kind of change to the code base (e.g. to fix a bug, to add a new feature, to update documentation).
10
+
2. you think you may have found a bug (including unexpected behavior);
11
+
3. you want to make some kind of change to the code base (e.g. to fix a bug, to add a new feature, to update documentation).
12
12
13
13
The sections below outline the steps in each case.
14
14
15
15
You have a question
16
16
*******************
17
17
18
18
1. use the search functionality `here <https://github.com/nlesc-nano/AssertionLib/issues>`__ to see if someone already filed the same issue;
19
-
1. if your issue search did not yield any relevant results, make a new issue;
20
-
1. apply the "Question" label; apply other labels when relevant.
19
+
2. if your issue search did not yield any relevant results, make a new issue;
20
+
3. apply the "Question" label; apply other labels when relevant.
21
21
22
22
You think you may have found a bug
23
23
**********************************
24
24
25
25
1. use the search functionality `here <https://github.com/nlesc-nano/AssertionLib/issues>`__ to see if someone already filed the same issue;
26
-
1. if your issue search did not yield any relevant results, make a new issue, making sure to provide enough information to the rest of the community to understand the cause and context of the problem. Depending on the issue, you may want to include:
26
+
2. if your issue search did not yield any relevant results, make a new issue, making sure to provide enough information to the rest of the community to understand the cause and context of the problem. Depending on the issue, you may want to include:
27
27
- the `SHA hashcode <https://help.github.com/articles/autolinked-references-and-urls/#commit-shas>`_ of the commit that is causing your problem;
28
28
- some identifying information (name and version number) for dependencies you're using;
29
29
- information about the operating system;
30
-
1. apply relevant labels to the newly created issue.
30
+
3. apply relevant labels to the newly created issue.
31
31
32
32
You want to make some kind of change to the code base
1. (**important**) announce your plan to the rest of the community *before you start working*. This announcement should be in the form of a (new) issue;
36
-
1. (**important**) wait until some kind of consensus is reached about your idea being a good idea;
37
-
1. if needed, fork the repository to your own Github profile and create your own feature branch off of the latest master commit. While working on your feature branch, make sure to stay up to date with the master branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions `here <https://help.github.com/articles/configuring-a-remote-for-a-fork/>`__ and `here <https://help.github.com/articles/syncing-a-fork/>`__);
38
-
1. make sure the existing tests still work by running ``python setup.py test``;
39
-
1. add your own tests (if necessary);
40
-
1. update or expand the documentation;
41
-
1. `push <http://rogerdudler.github.io/git-guide/>`_ your feature branch to (your fork of) the Compound Attachment/Analysis Tool repository on GitHub;
42
-
1. create the pull request, e.g. following the instructions `here <https://help.github.com/articles/creating-a-pull-request/>`__.
36
+
2. (**important**) wait until some kind of consensus is reached about your idea being a good idea;
37
+
3. if needed, fork the repository to your own Github profile and create your own feature branch off of the latest master commit. While working on your feature branch, make sure to stay up to date with the master branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions `here <https://help.github.com/articles/configuring-a-remote-for-a-fork/>`__ and `here <https://help.github.com/articles/syncing-a-fork/>`__);
38
+
4. make sure the existing tests still work by running ``python setup.py test``;
39
+
5. add your own tests (if necessary);
40
+
6. update or expand the documentation;
41
+
7. `push <http://rogerdudler.github.io/git-guide/>`_ your feature branch to (your fork of) the Compound Attachment/Analysis Tool repository on GitHub;
42
+
8. create the pull request, e.g. following the instructions `here <https://help.github.com/articles/creating-a-pull-request/>`__.
43
43
44
44
In case you feel like you've made a valuable contribution, but you don't know how to write or run tests for it, or how to generate the documentation: don't let this discourage you from making the pull request; we can help you! Just go ahead and submit the pull request, but keep in mind that you might be asked to append additional commits to your pull request.
0 commit comments