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.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing Guidelines
2
2
3
-
For anyone looking to get involved to this project, we are glad to hear from you. Here are a few types of contributions
3
+
For anyone looking to get involved in this project, we are glad to hear from you. Here are a few types of contributions
4
4
that we would be interested in hearing about.
5
5
6
6
* Bug fixes
@@ -12,14 +12,12 @@ that we would be interested in hearing about.
12
12
- If you'd like to accomplish something in the library that it doesn't already do, describe the problem in a new
13
13
Github Issue.
14
14
- Issues that have been identified as a feature request will be labelled `enhancement`.
15
-
- If you'd like to implement the new feature, please wait for feedback from the project maintainers before spending
16
-
too much time writing the code. In some cases, `enhancement`s may not align well with the project objectives at
17
-
the time.
15
+
- If you'd like to implement the new feature, please wait for feedback from the project maintainers before spending too much time writing the code. In some cases, `enhancement's may not align well with the project objectives at the time.
18
16
* Tests, Documentation, Miscellaneous
19
17
- If you think the test coverage could be improved, the documentation could be clearer, you've got an alternative
20
-
implementation of something that may have more advantages, or any other change we would still be glad hear about
18
+
implementation of something that may have more advantages or any other change we would still be glad to hear about
21
19
it.
22
-
- If its a trivial change, go ahead and send a Pull Request with the changes you have in mind
20
+
- If it's a trivial change, go ahead and send a Pull Request with the changes you have in mind
23
21
- If not, open a Github Issue to discuss the idea first.
24
22
25
23
## Requirements
@@ -37,7 +35,7 @@ continue to add more commits to the branch you have sent the Pull Request from.
37
35
38
36
1. Fork this repository on GitHub.
39
37
1. Clone/fetch your fork to your local development machine.
40
-
1. Create a new branch (e.g. `issue-12`, `feat.add_foo`, etc) and check it out.
38
+
1. Create a new branch (e.g. `issue-12`, `feat.add_foo`, etc.) and check it out.
41
39
1. Make your changes and commit them. (Did the tests pass?)
42
40
1. Push your new branch to your fork. (e.g. `git push myname issue-12`)
43
41
1. Open a Pull Request from your new branch to the original fork's `master` branch.
0 commit comments