-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b87c187
commit 36e3f4e
Showing
4 changed files
with
115 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,36 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'Bug in #name_err_functionality' | ||
labels: bug, just opened, needs triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Type of issue** | ||
A few word description of what the bug is related to. Eg: | ||
- Documentation | ||
- Home Page | ||
- Styling | ||
- Loading Speed, Etc. | ||
|
||
**Bug Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps To Reproduce** | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Run-time environment** | ||
State the software versions/ hardware specifications on which error is likely produced. Eg: Chrome Version 6.12, Mac OS, etc. | ||
|
||
**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,22 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: 'Issue of #StateTypeHere' | ||
labels: help wanted, just opened | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Type of issue/enquiry** | ||
- Few words highlighting Issue Domain | ||
|
||
**Description** | ||
- Briefly expressed issue or any help wanted | ||
|
||
|
||
**Screenshots (if any)** | ||
- Add URL here | ||
|
||
**Other Specifications** | ||
- Steps to recreate | ||
- Hardware/software specification |
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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "#Name Feature" | ||
labels: enhancement, just opened | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature Description** | ||
- Add the ideation here | ||
|
||
**Problem it would solve** | ||
- Problems that would likely be solved by feature inclusion | ||
|
||
**Suggested Solution/ Changes** | ||
- [ ] Change 1 | ||
- [x] Change 2 | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request 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,36 @@ | ||
<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://github.com/CoolCoderz/atRentals/Contributing.md --> | ||
|
||
## Pull request type | ||
<!-- Please do not submit updates to dependencies unless it fixes an issue. --> | ||
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> | ||
|
||
Please check the type of change your PR introduces: | ||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, renaming) | ||
- [ ] Refactoring (no functional changes, no api changes) | ||
- [ ] Build related changes | ||
- [ ] Documentation content changes | ||
- [ ] Other (please describe): | ||
|
||
## Related issue | ||
- Issue Number : N/A <!-- Put the link of issue solved via PR in place of N/A> | ||
|
||
## Proposed changes | ||
- change 1 | ||
- change 2 | ||
- ........ | ||
- ........ | ||
- change n | ||
|
||
## Additional Information | ||
- any additional information or context | ||
|
||
## Checklists | ||
- [ ] Tests | ||
- [ ] Documentation | ||
|
||
## Screenshots | ||
Original | Updated | ||
:--------------:|:-----------: | ||
**Original Screenshot**|**Updated Screenshot** |