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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Contribution Guidelines
2
2
3
+
Please note that this project is released with a [Contributor Code of Conduct](CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms.
4
+
5
+
6
+
## Table of Contents
7
+
8
+
-[Adding to This List](#adding-to-this-list)
9
+
-[Updating Your Pull Request](#updating-your-pull-request)
10
+
11
+
12
+
## Adding to This List
13
+
3
14
Please ensure your pull request adheres to the following guidelines:
4
15
5
16
* Search open and closed PR's to avoid duplicate suggestions.
@@ -14,3 +25,8 @@ Please ensure your pull request adheres to the following guidelines:
14
25
* Add suggestions to the end of the appropriate year block; if re-ordering is needed the repository owner will make a final determination.
15
26
16
27
Thank you for your suggestions!
28
+
29
+
30
+
## Updating Your Pull Request
31
+
32
+
Sometimes a maintainer will ask you to edit your pull request before it's included. This is normally due to spelling errors or because your PR didn't match the above guidlines guidelines. [This write-up](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) covers the different ways you can change a pull request.
0 commit comments