From 0484b879a7f033322391fd94d38e63d67018e844 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sat, 16 Mar 2019 17:03:08 -0300 Subject: [PATCH 1/4] Add issues templates --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..c2ccc3f84f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Create a report that the API isn't working as it should +title: "Issue title goes here" +labels: needs-triage +assignees: '' + +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## To Reproduce +Describe the steps to reproduce the behavior. + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..a7ba90a29c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest a new endpoint or feature +title: "Title goes here" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**If you're adding new objects, please describe how you would use them** +A clear and concise description of examples that could be used with your new Faker methods. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 385c86de8645ca249733b301f1f3c51b1a1c43f3 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sat, 16 Mar 2019 17:05:11 -0300 Subject: [PATCH 2/4] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c2ccc3f84f..7174c98405 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Create a report that the API isn't working as it should +about: Create a bug report title: "Issue title goes here" labels: needs-triage assignees: '' From bcec31d601c99a07c1e3d30adf0ebf48fc7137e2 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sat, 16 Mar 2019 17:05:48 -0300 Subject: [PATCH 3/4] Update feature-request.md --- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index a7ba90a29c..9d586122fc 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,6 @@ --- name: Feature Request -about: Suggest a new endpoint or feature +about: Suggest a new feature title: "Title goes here" labels: enhancement assignees: '' From d07b834cd9b8767137f0fb3bbe6282eb6a5c36a3 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sat, 16 Mar 2019 17:06:16 -0300 Subject: [PATCH 4/4] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7174c98405..6ffb94c4a2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -16,5 +16,5 @@ Describe the steps to reproduce the behavior. ## Expected behavior A clear and concise description of what you expected to happen. -## Additional context** +## Additional context Add any other context about the problem here.