@@ -34,9 +34,9 @@ the `Code of Conduct`_ from their documentation.
34
34
Where to start
35
35
--------------
36
36
Our 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.
40
40
41
41
Issue specifications
42
42
********************
@@ -45,7 +45,7 @@ Whenever there is an Issue created, they must follow the according criterion:
45
45
- An Issue must not be a duplicate of an existing one.
46
46
- A bug Issue must have all fields filled out.
47
47
- A request Issue must have support from a pre-determined amount of users.
48
- - A miscellanous Issue must:
48
+ - A miscellaneous Issue must:
49
49
- Target a third-party repository if it is an issue correlated between the two.
50
50
- Specify external issues that tie into library installation or performance.
51
51
@@ -60,7 +60,7 @@ In order to create create in relevance to the issue, you start a **Pull Request*
60
60
to be changed in the source, and allow other developers to contribute where needed.
61
61
62
62
When 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
64
64
development workflow for changes is from this branch to ``stable ``, and then from there to a release.
65
65
66
66
A pull request must additionally adhere to these following requirements:
0 commit comments