Skip to content

Commit 85dfe8b

Browse files
author
Janneke van der Zwaan
authored
Merge pull request #40 from egpbos/patch-1
fix (auto-)enumerated lists
2 parents c0e3ee0 + ace307d commit 85dfe8b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

{{cookiecutter.project_slug}}/CONTRIBUTING.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@ We welcome any kind of contribution to our software, from simple comment or ques
66

77
A contribution can be one of the following cases:
88

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).
9+
#. you have a question;
10+
#. you think you may have found a bug (including unexpected behavior);
11+
#. 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).
1212

1313
The sections below outline the steps in each case.
1414

1515
You have a question
1616
*******************
1717

18-
1. use the search functionality `here <https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_slug }}/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.
18+
#. use the search functionality `here <https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_slug }}/issues>`__ to see if someone already filed the same issue;
19+
#. if your issue search did not yield any relevant results, make a new issue;
20+
#. apply the "Question" label; apply other labels when relevant.
2121

2222
You think you may have found a bug
2323
**********************************
2424

25-
1. use the search functionality `here <https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_slug }}/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:
25+
#. use the search functionality `here <https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_slug }}/issues>`__ to see if someone already filed the same issue;
26+
#. 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:
2727
- the `SHA hashcode <https://help.github.com/articles/autolinked-references-and-urls/#commit-shas>`_ of the commit that is causing your problem;
2828
- some identifying information (name and version number) for dependencies you're using;
2929
- information about the operating system;
30-
1. apply relevant labels to the newly created issue.
30+
#. apply relevant labels to the newly created issue.
3131

3232
You want to make some kind of change to the code base
3333
*****************************************************
3434

35-
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 {{ cookiecutter.project_name }} repository on GitHub;
42-
1. create the pull request, e.g. following the instructions `here <https://help.github.com/articles/creating-a-pull-request/>`__.
35+
#. (**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+
#. (**important**) wait until some kind of consensus is reached about your idea being a good idea;
37+
#. 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+
#. make sure the existing tests still work by running ``python setup.py test``;
39+
#. add your own tests (if necessary);
40+
#. update or expand the documentation;
41+
#. `push <http://rogerdudler.github.io/git-guide/>`_ your feature branch to (your fork of) the {{ cookiecutter.project_name }} repository on GitHub;
42+
#. create the pull request, e.g. following the instructions `here <https://help.github.com/articles/creating-a-pull-request/>`__.
4343

4444
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

Comments
 (0)