@@ -34,9 +34,9 @@ the `Code of Conduct`_ from their documentation.
3434Where to start
3535--------------
3636Our contributions start with an **Issue **. The issue should explain what the problem you're having is.
37- Issues are our way and methodology of tracking bugs that may be occuring with this library. Every contributor
38- must start with an Issue, as this helps numerous contributors and developers on various teams keep track of
39- requests, bugs and miscellaneous details.
37+ Issues are our way and methodology of tracking bugs that may be occurring with this library. Every contributor
38+ is recommended to start with an Issue, as this helps numerous contributors and developers on various teams keep
39+ track of requests, bugs and miscellaneous details.
4040
4141Issue specifications
4242********************
@@ -45,7 +45,7 @@ Whenever there is an Issue created, they must follow the according criterion:
4545- An Issue must not be a duplicate of an existing one.
4646- A bug Issue must have all fields filled out.
4747- A request Issue must have support from a pre-determined amount of users.
48- - A miscellanous Issue must:
48+ - A miscellaneous Issue must:
4949 - Target a third-party repository if it is an issue correlated between the two.
5050 - Specify external issues that tie into library installation or performance.
5151
@@ -60,7 +60,7 @@ In order to create create in relevance to the issue, you start a **Pull Request*
6060to be changed in the source, and allow other developers to contribute where needed.
6161
6262When a PR is made, you **must ** be targeting the ``unstable `` branch. This is our development branch
63- that we use whenever we're working on any bugfixing , breaking changes and/or overall new features. Our
63+ that we use whenever we're working on any bug-fixing , breaking changes and/or overall new features. Our
6464development workflow for changes is from this branch to ``stable ``, and then from there to a release.
6565
6666A pull request must additionally adhere to these following requirements:
0 commit comments