diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 96% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index eee0c63..358e999 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,4 +17,4 @@ If you are a new GitHub user, we recommend that you create your own [free github ## Code of Conduct Please note that this project is released with a Contributor Code of Conduct. We expect you to agree to its terms when participating in this project. -The full text is available in the repository (https://github.com/eriocnemis/m2.CategoryHide/blob/master/CODE_OF_CONDUCT.md). +The full text is available in the repository (https://github.com/eriocnemis/m2.CategoryHide/blob/master/.github/CODE_OF_CONDUCT.md). diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..43dc7f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Technical issue with the Eriocnemis extension + +--- + + + +### Preconditions (*) + +1. +2. + +### Steps to reproduce (*) + +1. +2. + +### Expected result (*) + +1. [Screenshots, logs or description] +2. + +### Actual result (*) + +1. [Screenshots, logs or description] +2. diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..f490142 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this Eriocnemis extension + +--- + +### Description (*) + + +### Expected behavior (*) + + +### Benefits + + +### Additional information + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..baba44a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ + + + + +### Description (*) + + +### Fixed Issues (if relevant) + +1. eriocnemis/m2.CategoryHide#: Issue title + +### Manual testing scenarios (*) + +1. ... +2. ... + +### Questions or comments + + +### Contribution checklist (*) + - [ ] Pull request has a meaningful description of its purpose + - [ ] All commits are accompanied by meaningful commit messages diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index e69de29..0000000