-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from samad-yar-khan/templates
[Feature] New Pull Request, Bug and Feature Request Templates
- Loading branch information
Showing
3 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
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 --> | ||
|
||
### Rocket.Chat Server Setup Information: | ||
|
||
<!-- Feel Free to Remove this section if you are a user and dont have the exact server details --> | ||
<!-- Additional Information which may be useful. Add whatever information is available, skip the field which are not available--> | ||
|
||
- Version of Rocket.Chat Server: | ||
- Operating System: | ||
- Deployment Method: <!-- snap/docker/tar/etc --> | ||
|
||
### Rocket.Chat Client Setup Information | ||
|
||
<!--Rocket.Chat is avaiable in browser, desktop application, android application and the IOS Application--> | ||
|
||
<!-- On What platform did you exeperiece this bug ? --> | ||
|
||
- Desktop App Version: <!-- Remove if not applicable --> | ||
- Browser Version: <!-- Remove if not applicable --> | ||
- Operating System: <!-- Remove if not applicable --> | ||
- Android App Version: <!-- Remove if not applicable --> | ||
- IOS Application Version: <!-- Remove if not applicable --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Feature | ||
about: Create a feature request | ||
labels: enhancement | ||
--- | ||
|
||
## Why do we need this ? | ||
|
||
<!-- A clear and concise description of what is the feature and why you need it ? --> | ||
|
||
As a GitHub App developer | ||
|
||
**I need to**: | ||
|
||
**So That**: | ||
|
||
## Acceptance Criteria | ||
|
||
<!-- Add Acceptance Criteria to merge a pull request to add this feature. --> | ||
|
||
- [ ] TODO 1 | ||
- [ ] TODO 2 | ||
- [ ] TODO 3 | ||
|
||
## Further Comments / References | ||
|
||
<!-- Any additional comments for this . --> | ||
<!-- Add Referances to similiar features provided by any other platform or any other Rocket.Chat App(if possible) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Issue(s) | ||
|
||
<!-- Link the issues being closed by or related to this PR. For example, you can use Closes #594 if this PR closes issue number 594 --> | ||
|
||
## Acceptance Criteria fulfillment | ||
|
||
<!-- This will contain the acceptance criterias required by the Pull Request in order to close the issue. This Section can be deleted if no acceptance criteriasd are provided --> | ||
|
||
- [ ] Task 1 | ||
- [ ] Task 2 | ||
- [ ] Task 3 | ||
|
||
## Proposed changes (including videos or screenshots) | ||
|
||
<!-- CHANGELOG --> | ||
<!-- | ||
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. | ||
If it fixes a bug or resolves a feature request, be sure to link to that issue below. | ||
This description will appear in the release notes if we accept the contribution. | ||
--> | ||
|
||
<!-- END CHANGELOG --> | ||
|
||
|
||
## Further comments | ||
|
||
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> |