From 5505cd27c51d94250f6c2616ec207fcf2c40aeab Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Thu, 1 Oct 2020 11:40:48 +0530 Subject: [PATCH 1/5] added templates --- .github/ISSUE_TEMPLATE/bug.md | 44 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 13 ++++++++ .github/ISSUE_TEMPLATE/feature.md | 21 ++++++++++++ .github/ISSUE_TEMPLATE/proposal.md | 13 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 26 +++++++++++++++ 5 files changed, 117 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/proposal.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..3dcc35bc67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,44 @@ +--- +name: πŸ› Bug Report +about: Submit a bug report to help us improve +labels: "bug" +--- + +## πŸ› Bug Report + +(A clear and concise description of what the bug is) + +### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? + +(Write your answer here.) + +## To Reproduce + +(Write your steps here:) + +## Expected behavior + + + +(Write what you thought would happen.) + +## Actual Behavior + + + +(Write what happened. Add screenshots, if applicable.) + +## Your Environment + + + +(Write Environment, Operating system and version etc.) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000000..ff1e3bc7e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,13 @@ +--- +name: πŸ“š Documentation +about: Report an issue related to documentation +labels: "documentation" +--- + +## πŸ“š Documentation + +(A clear and concise description of what the issue is.) + +### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? + +(Write your answer here.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000000..7d7c7047b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,21 @@ +--- +name: πŸš€ Feature +about: Submit a proposal for a new feature +labels: "feature" +--- + +## πŸš€ Feature + +(A clear and concise description of what the feature is.) + +### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? + +(Write your answer here.) + +## Motivation + +(Please outline the motivation for the proposal.) + +## Pitch + +(Please explain why this feature should be implemented and how it would be used.) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 0000000000..daccb67ccb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,13 @@ +--- +name: πŸ’₯ Proposal +about: Propose a non-trivial change to Livestream +labels: "proposal" +--- + +## πŸ’₯ Proposal + +(A clear and concise description of what the proposal is.) + +### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? + +(Write your answer here.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..c03b1c5516 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + + +## Motivation + +(Write your motivation here.) + +### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? + +(Write your answer here.) + +## Test Plan + +(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.) + +## Related PRs and Issues + +(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.) From db531085205e883e0afef81ad8e3ea10908dfa60 Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Thu, 1 Oct 2020 11:42:10 +0530 Subject: [PATCH 2/5] added templates --- .github/ISSUE_TEMPLATE/proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index daccb67ccb..93a226a4ac 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -1,6 +1,6 @@ --- name: πŸ’₯ Proposal -about: Propose a non-trivial change to Livestream +about: Propose a non-trivial change to appwrite labels: "proposal" --- From b7373bc0b1224e2ba457818d20b7fd715c411813 Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Fri, 2 Oct 2020 10:18:47 +0530 Subject: [PATCH 3/5] removed proposal template --- .github/ISSUE_TEMPLATE/proposal.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/proposal.md diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md deleted file mode 100644 index 93a226a4ac..0000000000 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: πŸ’₯ Proposal -about: Propose a non-trivial change to appwrite -labels: "proposal" ---- - -## πŸ’₯ Proposal - -(A clear and concise description of what the proposal is.) - -### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? - -(Write your answer here.) From baa6a56e61d70e8590e4a0930dc3dbc2f252050d Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Sat, 3 Oct 2020 11:17:43 +0530 Subject: [PATCH 4/5] updated bug template --- .github/ISSUE_TEMPLATE/bug.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 3dcc35bc67..cfc41b8d1a 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -8,10 +8,6 @@ labels: "bug" (A clear and concise description of what the bug is) -### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? - -(Write your answer here.) - ## To Reproduce (Write your steps here:) From 3031957f436e0bb2d5c25081d130c751f98ab485 Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Sat, 3 Oct 2020 11:46:13 +0530 Subject: [PATCH 5/5] updated templates --- .github/ISSUE_TEMPLATE/bug.md | 4 ++++ .github/ISSUE_TEMPLATE/documentation.md | 6 +++++- .github/ISSUE_TEMPLATE/feature.md | 12 ++++++------ .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index cfc41b8d1a..63e0e64f94 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -8,6 +8,10 @@ labels: "bug" (A clear and concise description of what the bug is) +## Have you spent some time to check if this issue has been raised before? + +(Have you googled for a similar issue or checked our older issues for a similar bug) + ## To Reproduce (Write your steps here:) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index ff1e3bc7e7..9aa7e59e19 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -8,6 +8,10 @@ labels: "documentation" (A clear and concise description of what the issue is.) -### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? +## Have you spent some time to check if this issue has been raised before? + +(Have you googled for a similar issue or checked our older issues for a similar bug) + +### Have you read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md)? (Write your answer here.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 7d7c7047b9..35ad1b9d8f 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -8,14 +8,14 @@ labels: "feature" (A clear and concise description of what the feature is.) -### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? +## Have you spent some time to check if this issue has been raised before? + +(Have you googled for a similar issue or checked our older issues for a similar bug) + +### Have you read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md)? (Write your answer here.) -## Motivation - -(Please outline the motivation for the proposal.) - ## Pitch -(Please explain why this feature should be implemented and how it would be used.) +(Please explain why this feature should be implemented and how it would be used. Add examples, if applicable.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c03b1c5516..faa18b5ab9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,13 +9,9 @@ Happy contributing! --> -## Motivation +## What does this PR do? -(Write your motivation here.) - -### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? - -(Write your answer here.) +(Provide a description of what this PR does.) ## Test Plan @@ -24,3 +20,7 @@ Happy contributing! ## Related PRs and Issues (If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.) + +### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? + +(Write your answer here.)