From dfebfa6036eef7ea148f5ad95ef7bf9c7269cc7a Mon Sep 17 00:00:00 2001 From: Anirban Singha Date: Thu, 23 Jan 2025 20:00:46 +0530 Subject: [PATCH] feat: add pull req and issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++ .github/ISSUE_TEMPLATE/documentation_issue.md | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++ 4 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation_issue.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3dda0c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug +about: Create a report to help us improve +labels: bug +--- + +### Description: + + + +### Steps to reproduce: + +1. +2. +3. + +### Expected behavior: + + + +### Actual behavior: + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md new file mode 100644 index 0000000..befe312 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -0,0 +1,25 @@ +--- +title: Documentation Issue +about: Report issues in documentation +labels: documentation, bug +--- + +**Describe the issue** + + + +**Expected behavior** + + + +**Screenshots** + + + +**Page/Section** + + + +**Additional context** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..02689ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature +about: Create a feature request +labels: enhancement +--- + +As a Rocket.Chat AgileBot developer + +**I need to**: + +**So That**: + +**Acceptance Criteria** + +- [ ] TODO 1 +- [ ] TODO 2 +- [ ] TODO 3 \ 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 0000000..d6df036 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +# Brief Title + +## Acceptance Criteria fulfillment + +- [ ] Task 1 +- [ ] Task 2 +- [ ] Task 3 + +Fixes # (issue) + +## Video/Screenshots \ No newline at end of file