aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d450c7d..42ae6d8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,7 @@ I will reject all contributions from:
24 24
25Furthermore, individual items will be rejected because of: 25Furthermore, individual items will be rejected because of:
26- exceptionally vulgar language. 26- exceptionally vulgar language.
27- ignorance or disregard of the `STYLE_GUIDE.md` or Issue/PR templates. 27- ignorance or disregard of the `STYLE_GUIDE.md`
28 28
29 29
30## How to Contribute 30## How to Contribute
@@ -46,10 +46,6 @@ one. Duplicate issues will be removed and you will be asked to move your
46post to the comment section of the existing post. It's not to be rude, 46post to the comment section of the existing post. It's not to be rude,
47it's just for organization's sake. 47it's just for organization's sake.
48 48
49Each type of Issue has an Issue Template. The templates can be found in
50the `.github/ISSUE_TEMPLATE/` directory. Pull reqeusts also have
51templates which are located in `.github/PULL_REQUEST_TEMPLATE/`.
52
53To contribute code: 49To contribute code:
541. Make an RFC or find an existing one 501. Make an RFC or find an existing one
552. Discuss your proposed changes 512. Discuss your proposed changes