Browse Source

added code of conduct, issue template, and pull request template

MasterCake 4 years ago
parent
commit
6696bcb8ab
3 changed files with 50 additions and 0 deletions
  1. 20 0
      CODE_OF_CONDUCT.md
  2. 22 0
      ISSUE_TEMPLATE.md
  3. 8 0
      PULL_REQUEST_TEMPLATE.md

+ 20 - 0
CODE_OF_CONDUCT.md

@@ -0,0 +1,20 @@
+## Our Pledge  
+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.
+
+## Our Standards  
+- Use welcoming and inclusive language  
+- Be respectful of differing viewpoints and experiences  
+- Gracefully accept constructive criticism  
+- Focus on what is best for the community  
+- Show empathy towards other community members  
+
+## Our Responsibilities  
+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.    
+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.    
+
+## Enforcement  
+Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team [on Discord](https://discord.gg/3xgsPh8). 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.  
+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.  
+
+## Attribution  
+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).

+ 22 - 0
ISSUE_TEMPLATE.md

@@ -0,0 +1,22 @@
+### What steps will reproduce the issue?  
+1. 
+2. 
+3. 
+
+### What was supposed to happen?
+
+### What happened instead? 
+
+### What version of this plugin are you using?  
+
+### What Spigot version are you using? Paste the output of /version below.  
+
+### What plugins do you have installed? Paste the output of /plugins below.  
+
+### Are any errors related to this plugin in your console or logs? If so, paste below.  
+```
+paste
+error(s)
+here
+```
+### Any additional information that you would like to provide that may be relevant to the issue?

+ 8 - 0
PULL_REQUEST_TEMPLATE.md

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