|
| 1 | +# Contributing to this proposal |
| 2 | +First off, thank you for taking the time to contribute! 🎉 |
| 3 | + |
| 4 | +Here are some suggestions to contributing to this proposal. |
| 5 | + |
| 6 | +1. The general [TC39 Process][], which summarizes |
| 7 | + how TC39’s “consensus” and “Stages” work. |
| 8 | +2. The guide on [contributing to TC39 proposals][contributing guide]. |
| 9 | +3. The [TC39 Code of Conduct][CoC]: |
| 10 | + It has important information about how we’re all expected to act |
| 11 | + and what to do when we feel like someone’s conduct does not meet the Code. |
| 12 | + We all want to maintain a friendly, productive working environment! |
| 13 | +4. The [TC39 How to Give Feedback][feedback] article. |
| 14 | +5. The [proposal explainer][] to make sure that it is |
| 15 | + not already addressed there. |
| 16 | +6. The [TC39 Matrix guide][] (if you want to chat with TC39 members on Matrix, |
| 17 | + which is a real-time chat platform). |
| 18 | +7. If the explainer does not already explain your topic adequately, |
| 19 | + then please [search the GitHub repository’s issues][issues] |
| 20 | + to see if any issues match the topic you had in mind. |
| 21 | + This proposal is more than four years old, |
| 22 | + and it is likely that the topic has already been raised and thoroughly discussed. |
| 23 | + |
| 24 | +You can leave a comment on an [existing GitHub issue][issues], |
| 25 | +create a new issue (but do try to [find an existing GitHub issue][issues] first), |
| 26 | +or [participate on Matrix][TC39 Matrix guide]. |
| 27 | + |
| 28 | +Please try to keep any existing GitHub issues on their original topic. |
| 29 | + |
| 30 | +If you feel that someone’s conduct is not meeting the [TC39 Code of Conduct][CoC], |
| 31 | +whether in this GitHub repository or in a [TC39 Matrix room][TC39 Matrix guide], |
| 32 | +then please follow the [Code of Conduct][CoC]’s directions for reporting the violation, |
| 33 | +including emailing [[email protected]][]. |
| 34 | + |
| 35 | +Thank you again for taking the time to contribute! |
| 36 | + |
| 37 | +[CoC]: https://tc39.es/code-of-conduct/ |
| 38 | +[TC39 process]: https://tc39.es/process-document/ |
| 39 | +[contributing guide]: https://github.com/tc39/ecma262/blob/master/CONTRIBUTING.md#new-feature-proposals |
| 40 | +[feedback]: https://github.com/tc39/how-we-work/blob/master/feedback.md |
| 41 | +[proposal explainer]: https://github.com/tc39/proposal-array-from-async/blob/main/README.md |
| 42 | +[TC39 Matrix guide]: https://github.com/tc39/how-we-work/blob/master/matrix-guide.md |
| 43 | +[issues]: https://github.com/tc39/proposal-array-from-async/issues?q=is%3Aissue+ |
| 44 | + |
0 commit comments