Skip to content

Commit d126a50

Browse files
committed
Created code of conduct, contributing guidelines, issue template, and pull request template.
1 parent 4338445 commit d126a50

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

Diff for: CODE_OF_CONDUCT.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
##Our Pledge
2+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone.
3+
4+
##Our Standards
5+
- Use welcoming and inclusive language
6+
- Be respectful of differing viewpoints and experiences
7+
- Gracefully accept constructive criticism
8+
- Focus on what is best for the community
9+
- Show empathy towards other community members
10+
11+
##Our Responsibilities
12+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
13+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
14+
15+
##Enforcement
16+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team [on Discord](http://discord.me/ucsupport). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
17+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
18+
19+
##Attribution
20+
This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4).

Diff for: CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
####Hello, and thank you for contributing to UltraCosmetics!
2+
In order for everyone to have the best experience possible, we have a few guidelines that everyone must follow.
3+
- For all things on GitHub, please make sure you follow the [code of conduct](https://github.com/iSach/UltraCosmetics/blob/master/CODE_OF_CONDUCT.md).
4+
- When creating an issue, please make sure you're using the [issue template](https://github.com/iSach/UltraCosmetics/blob/master/ISSUE_TEMPLATE.md).
5+
- When submitting a pull request, please make sure you're using the [pull request template](https://github.com/iSach/UltraCosmetics/blob/master/PULL_REQUEST_TEMPLATE.md).

Diff for: ISSUE_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### What steps will reproduce the issue?
2+
1.
3+
2.
4+
3.
5+
6+
### What were you expecting to happen? What happened instead?
7+
8+
### What version of UltraCosmetics are you using?
9+
10+
### What Spigot version are you using? Paste the output of /version below.
11+
12+
### What plugins do you have installed? Paste the output of /plugins below.
13+
14+
### Are any errors related to UltraCosmetics in your console or logs? If so, paste below.
15+
```
16+
paste
17+
error(s)
18+
here
19+
```
20+
### Any additional information that you would like to provide that may be relevant to the issue?

Diff for: PULL_REQUEST_TEMPLATE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### What is the purpose of this pull request?
2+
_Describe the problem or feature in addition to linking relevant issues._
3+
4+
### How do your changes address the purpose?
5+
_Describe what you did that addresses the purpose of this pull request._
6+
7+
#### Changes
8+
- [ ] Use GitHub checklists to list things you've done or are still working on.
9+

0 commit comments

Comments
 (0)