Skip to content

Commit a148fea

Browse files
committed
📝 Add community governance docs
1 parent 243c998 commit a148fea

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Description
2+
3+
**Replace me with a summary of the change and which issue is fixed. Please also include relevant motivation and context.**
4+
5+
## Checklist
6+
7+
Please check off all the following items with an "x" in the boxes before requesting a review.
8+
9+
- [ ] I have performed a self-review of my code
10+
- [ ] My code follows the code style of this project
11+
- [ ] I have commented my code, particularly in hard-to-understand areas

CODE_OF_CONDUCT.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Code of Conduct
2+
3+
We are committed to providing a friendly, safe, and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, religion, or any other personal characteristics.
4+
5+
We do not tolerate any form of harassment, discrimination, or disrespectful behavior towards others, whether it be in-person or online. This includes but is not limited to:
6+
7+
- Offensive comments related to gender, sexual orientation, ability, ethnicity, religion, or any other personal characteristics.
8+
- Verbal or physical threats.
9+
- Bullying or intimidation.
10+
- Unwanted physical contact or attention.
11+
- Stalking or following.
12+
- Non-consensual photography or recording.
13+
- Disruptive or inappropriate behavior.
14+
15+
If anyone engages in such behavior, they will be asked to stop immediately. Failure to comply with this request will result in removal from the repository or project.
16+
17+
If you are the target of any form of harassment or discrimination, or witness any such behavior, please contact [insert contact person or email address here] immediately. We take all reports seriously and will investigate them thoroughly.
18+
19+
We expect all contributors, including maintainers and moderators, to uphold this code of conduct in all project-related settings.

CONTRIBUTING.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Contributing Guide
2+
3+
Contributions are welcome from anyone who is interested in improving this project and there are multiple ways in which you can contribute:
4+
5+
## Code
6+
7+
Have a look at the [open issues](https://github.com/lukevella/rallly/issues) and look for issues that are labeled with `help wanted` or `good first issue`. If you find an issue that you would like to work on, please leave a comment on the issue to let us know.
8+
9+
If there isn't an issue for the work that you would like to contribute, start by opening a [discussion](https://github.com/lukevella/rallly/discussions/new/choose) to discuss the changes that you would like to make.
10+
11+
In order to maintain a high standard of code quality, please ensure that you are familiar with the technology stack used in this project where it applies to your coode. The technology stack used in this project is:
12+
13+
- [TypeScript](https://www.typescriptlang.org/)
14+
- [React](https://reactjs.org/)
15+
- [Next.js](https://nextjs.org/)
16+
- [Tailwind CSS](https://tailwindcss.com/)
17+
- [tRPC](https://trpc.io/)
18+
- [Prisma](https://www.prisma.io/)
19+
20+
## Translations
21+
22+
To contribute translations, please check out our [Guide for Translators](https://github.com/lukevella/rallly/wiki/Guide-for-translators) which contains all the information you need to get started.
23+
24+
## Becoming a Sponsor
25+
26+
If you find this project useful and would like to contribute financially on an ongoing basis, please consider becoming a sponsor. Sponsors help us cover the costs of hosting, development, and maintenance, and enable us to continue working on the project.
27+
28+
To become a sponsor, visit our [sponsor page](https://github.com/sponsors/lukevella) and select the sponsorship level that works for you.
29+
30+
Donations are also accepted through [PayPal](http://paypal.me/ralllyco).
31+
32+
## Code of Conduct
33+
34+
Please note that this project is released with a [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
35+
36+
## License
37+
38+
By contributing to this project, you agree that your contributions will be licensed under the [LICENSE](LICENSE) file.
39+
40+
Thank you for your interest in contributing to this project!

0 commit comments

Comments
 (0)