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: .github/CONTRIBUTING.md
+5-14Lines changed: 5 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,18 @@ Want to contribute? Great. Please review the following guidelines carefully and
24
24
## Requesting new features
25
25
26
26
1. Search for similar feature requests; someone may have already requested it.
27
-
2. Make sure your feature fits DevDocs's [vision](https://github.com/freeCodeCamp/devdocs/blob/master/README.md#vision).
27
+
2. Make sure your feature fits DevDocs's [vision](../README.md#vision).
28
28
3. Provide a clear and detailed explanation of the feature and why it's important to add it.
29
29
30
-
For general feedback and ideas, please use the [mailing list](https://groups.google.com/d/forum/devdocs).
31
-
32
30
## Requesting new documentations
33
31
34
-
Please don't open issues to request new documentations.
32
+
Please don't open issues to request new documentations.
35
33
Use the [Trello board](https://trello.com/b/6BmTulfx/devdocs-documentation) where everyone can vote.
36
34
37
35
## Contributing code and features
38
36
39
37
1. Search for existing issues; someone may already be working on a similar feature.
40
-
2. Before embarking on any significant pull request, please open an issue describing the changes you intend to make. Otherwise you risk spending a lot of time working on something I may not want to merge. This also tells other contributors that you're working on the feature.
38
+
2. Before embarking on any significant pull request, please open an issue describing the changes you intend to make. Otherwise you risk spending a lot of time working on something we may not want to merge. This also tells other contributors that you're working on the feature.
41
39
3. Follow the [coding conventions](#coding-conventions).
42
40
4. If you're modifying the Ruby code, include tests and ensure they pass.
43
41
5. Try to keep your pull request small and simple.
@@ -46,7 +44,7 @@ Use the [Trello board](https://trello.com/b/6BmTulfx/devdocs-documentation) wher
46
44
47
45
## Contributing new documentations
48
46
49
-
See the [wiki](https://github.com/freeCodeCamp/devdocs/wiki) to learn how to add new documentations.
47
+
See the [`docs` folder](https://github.com/freeCodeCamp/devdocs/tree/master/docs) to learn how to add new documentations.
50
48
51
49
**Important:** the documentation's license must permit alteration, redistribution and commercial use, and the documented software must be released under an open source license. Feel free to get in touch if you're not sure if a documentation meets those requirements.
52
50
@@ -65,13 +63,6 @@ Please don't submit a pull request updating the version number of a documentatio
65
63
66
64
To ask that an existing documentation be updated, please use the [Trello board](https://trello.com/c/2B0hmW7M/52-request-updates-here).
67
65
68
-
## Other contributions
69
-
70
-
Besides new docs and features, here are other ways you can contribute:
71
-
72
-
***Improve our copy.** English isn't my first language so if you notice grammatical or usage errors, feel free to submit a pull request — it'll be much appreciated.
73
-
***Participate in the issue tracker.** Your opinion matters — feel free to add comments to existing issues. You're also welcome to participate to the [mailing list](https://groups.google.com/d/forum/devdocs).
74
-
75
66
## Coding conventions
76
67
77
68
* two spaces; no tabs
@@ -80,4 +71,4 @@ Besides new docs and features, here are other ways you can contribute:
80
71
81
72
## Questions?
82
73
83
-
If you have any questions, please feel free to ask on the [mailing list](https://groups.google.com/d/forum/devdocs).
74
+
If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs).
0 commit comments