@@ -12,9 +12,9 @@ Reporting an Issue
1212
1313* Make sure you have a `GitHub account <https://github.com/signup/free >`_
1414* Check if a ticket already exists for your issue on GitHub _.
15- * If one does not already exist, `create a new ticket `__
16- * Clearly describe the issue including steps to reproduce when it is a bug.
17- * Make sure you include in the earliest version that you know has the issue.
15+ * If one does not already exist, `create a new ticket `__
16+ + Clearly describe the issue including steps to reproduce when it is a bug.
17+ + Make sure you include in the earliest version that you know has the issue.
1818
1919__ GitHub _
2020
@@ -25,18 +25,18 @@ Making Changes
2525 fix or new feature.
2626* Fork the repository on GitHub
2727* Create a topic branch from where you want to base your work.
28- * This is usually the master branch.
29- * Only target release branches if you are certain your fix must be on that branch.
30- * To quickly create a topic branch based on master; `` git checkout -b
31- fix/master/my_contribution master ``. Please avoid working directly on the
32- ``master `` branch.
28+ + This is usually the master branch.
29+ + Only target release branches if you are certain your fix must be on that branch.
30+ + To quickly create a topic branch based on master:
31+ `` git checkout -b fix/master/my_contribution master ``
32+ + Please avoid working directly on the ``master `` branch.
3333* Make commits of logical units.
3434* Check for unnecessary whitespace with `git diff --check ` before committing.
3535* Make sure your commit messages are in the `proper
3636 format <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html> `_.
3737* Make sure you have added the necessary tests for your changes
3838* Run the `full test
39- suite <https ://github. com/openxc/openxc-python/blob/ master/README_developers.mkd > `_
39+ suite <http ://python.openxcplatform. com/en/ master/contributing.html > `_
4040 to assure nothing else was accidentally broken.
4141
4242Submitting Changes
0 commit comments