From ee2183fb422d73f14b6816ae0917caaa33f4c76c Mon Sep 17 00:00:00 2001 From: Edson Luiz Ribeiro Rodrigues Date: Sun, 1 Mar 2020 16:39:02 -0300 Subject: [PATCH 1/6] Create feature.md --- .github/ISSUE_TEMPLATE/feature.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..ba424d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea or feature for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +**Please describe your idea or feature request.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + From 2400aa5522eded56e3445d5cd7e381ab1eb30188 Mon Sep 17 00:00:00 2001 From: Edson Luiz Ribeiro Rodrigues Date: Sun, 1 Mar 2020 16:50:17 -0300 Subject: [PATCH 2/6] Create bug.md Add template for bug report --- .github/ISSUE_TEMPLATE/bug.md | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..aa0005f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Report bugs or strange behaviours +title: "[BUG]" +labels: bug +assignees: '' + +--- + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + From 493cb1d82e414fa8e911d0b9d7e4348d09376e98 Mon Sep 17 00:00:00 2001 From: Edson Luiz Ribeiro Rodrigues Date: Sun, 1 Mar 2020 16:59:19 -0300 Subject: [PATCH 3/6] Create config.yml Remove blank issue option --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 32be2a60be51e73aac05105184a8c7e40067a146 Mon Sep 17 00:00:00 2001 From: Edson Luiz Ribeiro Rodrigues Date: Sun, 1 Mar 2020 17:32:27 -0300 Subject: [PATCH 4/6] Create pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..1a2ba37 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,9 @@ +# Related Issue +- + +## Proposed changes +- +- + +## Additional info +- From cd6a96241c739db74db613fd43a07b5ff0bfa3dd Mon Sep 17 00:00:00 2001 From: Edson Luiz Ribeiro Rodrigues Date: Sun, 1 Mar 2020 17:46:26 -0300 Subject: [PATCH 5/6] Delete pull_request_template.md Folder system for pull request template wont work --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 1a2ba37..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,9 +0,0 @@ -# Related Issue -- - -## Proposed changes -- -- - -## Additional info -- From 766ba2a66818ed1b98489697ab27b49b88506376 Mon Sep 17 00:00:00 2001 From: Edson Luiz Ribeiro Rodrigues Date: Sun, 1 Mar 2020 17:47:35 -0300 Subject: [PATCH 6/6] Create pull_request_template.md --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..28d582c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +# Related Issue +- Issue goes here (#issueNumber) + +## Proposed changes +- change 1 +- change 2 + +## Additional info +- Some important or technical information