* Update contributing guide In this change, I tried to simplify the language of the contributing guide to make it more accessible and less wordy. I also updated the information in a few places and fixed a couple of typos. * Remove table of contents Since moving this doc to the docs site, our theme generates a ToC automatically, hardcoding this one is redundant. * Move the contributing guides * Update maintainer documentation This chnage updates the maintainers guide to include information on PR reviews, deployments, and CI. Housing this documentation here increases transparency with our community. * Edit with PR feedback * Edit based on PR feedback
22 lines
1,023 B
Markdown
22 lines
1,023 B
Markdown
## Contributing
|
|
|
|
We expect contributors to abide by our underlying
|
|
[code of conduct](https://dev.to/code-of-conduct). All conversations and
|
|
discussions on GitHub (issues, pull requests) and across
|
|
[dev.to](https://dev.to) must be respectful and harassment-free.
|
|
|
|
If you feel another member of the community has violated our Code of Conduct,
|
|
you may anonymously contact the team with our
|
|
[abuse report form](https://dev.to/report-abuse).
|
|
|
|
Remember that communication is the lifeblood of any Open Source project. We are
|
|
all working on this together, and we are all benefiting from this software. It's
|
|
very easy to misunderstand one another over asynchronous, text-based
|
|
conversations: When in doubt, assume everyone within this project has the best
|
|
intentions.
|
|
|
|
We are all humans trying to work together to improve the community. Always be
|
|
kind and appreciate the need for trade-offs. ❤️
|
|
|
|
Before making your first pull request or issue, give our full
|
|
[Contributor's Guide](https://docs.dev.to/contributing/forem) a read.
|