From e624c45b0daa4ce38a6f5bbe39c254375f0a7f92 Mon Sep 17 00:00:00 2001 From: devanych Date: Sun, 6 Sep 2020 13:36:27 +0300 Subject: [PATCH] Add templates to .github folder --- .github/CODE_OF_CONDUCT.md | 64 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/BUG_REPORT.md | 27 ++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 11 ++++ .github/ISSUE_TEMPLATE/OTHER_QUESTION.md | 9 ++++ .github/PULL_REQUEST_TEMPLATE.md | 6 +++ .github/SECURITY.md | 5 ++ 6 files changed, 122 insertions(+) create mode 100644 .github/CODE_OF_CONDUCT.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/OTHER_QUESTION.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/SECURITY.md diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..b3c79b3 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,64 @@ +# Devanych Contributor Code of Conduct + +## Our Pledge + +As contributors and maintainers of this project, and in order to keep +community open and welcoming, we ask to respect all community members. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Personal attacks +* Trolling or insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing other's private information, such as physical or electronic + addresses, without explicit permission +* Other conduct which could reasonably be considered inappropriate in + a professional setting + +## 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. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when +an individual is representing the project or its community. Examples of representing +a project or community include posting via an official social media account, +within project GitHub, official forum or acting as an appointed representative at +an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported +by contacting core team members. All complaints will be reviewed and investigated +and will result in a response that is deemed necessary and 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](http://contributor-covenant.org), +version 1.4.0, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4). diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..e3aafbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Report errors and problems +labels: bug + +--- + +**Description** + + +**How to reproduce** + + +**Expected result** + + +**Possible solution** + + + +**Additional info** + +| Q | A +| ---------------- | --- +| Package version | ?.?.? +| PHP version | +| Operating system | diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..0c1e4df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: RFC and ideas for new features and improvements + +--- + +**Description** + + +**Example** + diff --git a/.github/ISSUE_TEMPLATE/OTHER_QUESTION.md b/.github/ISSUE_TEMPLATE/OTHER_QUESTION.md new file mode 100644 index 0000000..0fee314 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/OTHER_QUESTION.md @@ -0,0 +1,9 @@ +--- +name: Other Question +about: Not related to bugs and new features + +--- + +We use GitHub issues only to discuss bugs and new features. + +Send all other questions and suggestions to [mail@devanych.ru](mailto:mail@devanych.ru). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..abc535d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +| Q | A +| ------------- | --- +| Bug fix? | yes/no +| New feature? | yes/no +| Breaks BC? | yes/no +| Fixed issues | comma-separated list of a number tickets with a prefix "Fix #", if available, otherwise describe the problem below. diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..2bd590f --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +Please send information about any security issue to [mail@devanych.ru](mailto:mail@devanych.ru). DO NOT use the issue tracker or discuss it in a public forum, as it will do more harm than good. + +Please note that as a non-commercial OpenSource project we are not able to pay bounties at the moment.