From 951485403e90853b9043b7a1c729995ab062878f Mon Sep 17 00:00:00 2001 From: Amine Date: Mon, 11 May 2020 07:49:50 +0000 Subject: Review GitHub issues/pull requests templates (#732) --- .github/FEATURE_PROPOSAL_TEMPLATE.md | 14 ------------ .github/ISSUE_TEMPLATE.md | 36 ------------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++------------------ .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- .github/ISSUE_TEMPLATE/open_issue.md | 8 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++----------------- 6 files changed, 33 insertions(+), 94 deletions(-) delete mode 100644 .github/FEATURE_PROPOSAL_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/open_issue.md (limited to '.github') diff --git a/.github/FEATURE_PROPOSAL_TEMPLATE.md b/.github/FEATURE_PROPOSAL_TEMPLATE.md deleted file mode 100644 index e8cdd41ed..000000000 --- a/.github/FEATURE_PROPOSAL_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ - - -### Feature Description - - -### Motivation and Context - - -### Mockups, Screenshots (if available): - diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c0ce853ae..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -### Expected Behavior - - - -### Current Behavior - - - -### Screenshots (if appropriate): - -### Possible Solution - - - -### Steps to Reproduce (for bugs) - - -1. -2. -3. -4. - -### Context - - - -### Your Environment - -* Ferdi Version used: -* Operating System and version: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e206b128f..efad9f6a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,12 +8,11 @@ Please fill our form below, this way we can analyse and fix the problem as fast Please keep in mind that any text inside " -**Describe the bug** +**Bug description:** -**To Reproduce** +**Steps to reproduce:** -Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -27,27 +26,18 @@ Steps to reproduce the behavior: -**Desktop:** +**Environment:** -- OS: [e.g. macOS, Windows 10 etc.] -- Ferdi Version [e.g. 5.4.3] - -- Server Used: [e.g. https://api.getferdi.com] - +- Operating System: +- Ferdi Version: +- Server: +- Debug information: -Debug information: https://debug.getferdi.com/... -**Additional context** - - - + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5535496d2..61353797c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -15,5 +15,6 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. - diff --git a/.github/ISSUE_TEMPLATE/open_issue.md b/.github/ISSUE_TEMPLATE/open_issue.md new file mode 100644 index 000000000..c7c279643 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/open_issue.md @@ -0,0 +1,8 @@ +--- +name: Open issue +about: For everything that's neither a feature request, nor a bug +--- + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index aa6f850de..5a6f95002 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,18 @@ - + + ### Description - + ### Motivation and Context - - + + -### How Has This Been Tested? - - - - -### Screenshots (if appropriate): - -### Types of changes - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +### Screenshots + ### Checklist: - - -- [ ] My code follows the code style of this project (run `$ npm run lint`). - + +- [ ] My pull request is properly named +- [ ] The changes respect the code style of the project (`$ npm run lint`) +- [ ] I tested/previewed my changes locally \ No newline at end of file -- cgit v1.2.3-54-g00ecf