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
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@ Want to contribute? Great. Please review the following guidelines carefully and
27
27
2. Make sure your feature fits DevDocs's [vision](https://github.com/freeCodeCamp/devdocs/blob/master/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
32
Please don't open issues to request new documentations.
@@ -37,7 +35,7 @@ Use the [Trello board](https://trello.com/b/6BmTulfx/devdocs-documentation) wher
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.
@@ -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