From 479586ccceb68d04fd1daeeb755a0d4b5eafe2ce Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Fri, 2 Jul 2021 10:38:02 +0530 Subject: [PATCH 1/4] added issue and pr templates Signed-off-by: Rajiv Ranjan Singh --- .github/ISSUE_TEMPLATE/bug.md | 28 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 8 +++++++ .github/ISSUE_TEMPLATE/feature.md | 8 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++++++++++++++++ 4 files changed, 68 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/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..ef1395f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,28 @@ +--- +name: 🐛 Bug Report +about: Submit a bug report to help us improve +--- + +## 🐛 Bug Report + +(A clear and concise description of what the bug is.) + +## To Reproduce + +(Write your steps here:) + +1. Step 1... +1. Step 2... +1. Step 3... + +## Expected behavior + +(Write what you thought would happen.) + +## Actual Behavior + +(Write what happened. Add screenshots, if applicable.) + +## Your Environment + +(Environment name, version and operating system.) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000..7e4b47ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,8 @@ +--- +name: 📚 Documentation +about: Report an issue related to documentation +--- + +## 📚 Documentation + +(A clear and concise description of what the issue is.) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..79d8a9ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,8 @@ +--- +name: 🚀 Feature +about: Submit a proposal/request for a new feature +--- + +## 🚀 Feature + +(A clear and concise description of what the feature is.) \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..39580a63 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ + + +#### References to other Issues or PRs + + + +#### Have you read the [Contributing Guidelines](https://github.com/wechaty/grpc/blob/master/CONTRIBUTING.md)? + +#### Brief description of what is fixed or changed + +#### Other comments \ No newline at end of file From 41dda98d72cdce19ed4bfd826ff3c6c950931a78 Mon Sep 17 00:00:00 2001 From: Rajiv Ranjan Singh Date: Mon, 5 Jul 2021 21:45:45 +0530 Subject: [PATCH 2/4] added checklist and documented about changelog Signed-off-by: Rajiv Ranjan Singh --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 39580a63..335469ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,15 @@ Happy contributing! --> +#### Checklist + +- [ ] Commit Messages follow the [Conventional Commits](https://conventionalcommits.org/) pattern + - A feature commit message is prefixed "feat:" + - A bugfix commit message is prefixed "fix:" +- [ ] Tests for the changes have been added +- [ ] CI has been passed. (GitHub actions all turns green) +- [ ] CLA has been signed + #### References to other Issues or PRs -#### Checklist +#### Checklist - [ ] Commit Messages follow the [Conventional Commits](https://conventionalcommits.org/) pattern - A feature commit message is prefixed "feat:" @@ -30,4 +30,15 @@ open. --> #### Brief description of what is fixed or changed -#### Other comments \ No newline at end of file +#### Other comments + + From 7554fda32663c05e591ddd3c53d33e773918189a Mon Sep 17 00:00:00 2001 From: Rajiv Singh Date: Mon, 6 Sep 2021 21:42:50 +0530 Subject: [PATCH 4/4] updated contributing links --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 618bc9b4..e2e72128 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Thank you for sending the PR! We appreciate you spending the time to work on the Help us understand your motivation by explaining why you decided to make this change. -You can learn more about contributing to Wechaty gRPC here: https://github.com/wechaty/grpc/blob/master/CONTRIBUTING.md +You can learn more about contributing to Wechaty gRPC here: https://wechaty.js.org/docs/contributing/ Happy contributing! @@ -26,7 +26,7 @@ https://tinyurl.com/auto-closing for more information). Also, please write a comment on that issue linking back to this pull request once it is open. --> -#### Have you read the [Contributing Guidelines](https://github.com/wechaty/grpc/blob/master/CONTRIBUTING.md)? +#### Have you read the [Contributing Guidelines](https://wechaty.js.org/docs/contributing/)? #### Brief description of what is fixed or changed