From 030ec5a79fdfa7ecdb54c468fb852c16cb8dcb86 Mon Sep 17 00:00:00 2001 From: Gerardo Junior Date: Tue, 27 Feb 2018 20:45:09 -0300 Subject: [PATCH] moving CONTRIBUTING.md to github folder and creating some templades --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..5d31e13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +### Expected Behavior + +{Please write here} + +### Actual Behavior + +{Please write here} + +### Steps to Reproduce (including precondition) + +{Please write here} + +### Screenshot on This Problem (if possible) + +{Please write here} + +### Your Environment + +- OS: {Please write here} +- nipe version: {Please write here} + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..33d061c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +### What was a problem? + +{Please write here} + +### How this PR fixes the problem? + +{Please write here} + +### Check lists (check `x` in `[ ]` of list items) + +- [ ] Test passed (soon) +- [ ] Coding style (indentation, etc) + +### Additional Comments (if any) + +{Please write here} +