Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug
about: Create a report to help us improve
labels: bug
---

### Description:

<!-- A clear and concise description of what the bug is. -->

### Steps to reproduce:

1. <!-- Go to '...' -->
2. <!-- Click on '....' -->
3. <!-- and so on... -->

### Expected behavior:

<!-- What you expect to happen -->

### Actual behavior:

<!-- What actually happens with SCREENSHOT, if applicable -->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Documentation Issue
about: Report issues in documentation
labels: documentation, bug
---

**Describe the issue**

<!-- A clear and concise description of the documentation problem. -->

**Expected behavior**

<!-- A clear and concise description of what the documentation should say or how it should be presented. -->

**Screenshots**

<!-- If applicable, add screenshots of the relevant documentation pages. -->

**Page/Section**

<!-- Specify the specific page or section of the documentation where the issue occurs. -->

**Additional context**

<!-- Add any other relevant information here. -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Brief Title

## Acceptance Criteria fulfillment

- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

Fixes # (issue)

## Video/Screenshots