-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Github adjustments #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d7afc60
8503349
f7fee78
9b47181
2f47471
5bd8fee
65a05f2
8d1ae97
ba7be5e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug to help us improve | ||
title: '' | ||
labels: bug | ||
|
||
--- | ||
## Expected Behavior | ||
*Tell us what should happen* | ||
|
||
## Current Behavior | ||
*Tell us what happens instead of the expected behavior* | ||
|
||
## Steps to Reproduce | ||
1. | ||
1. | ||
1. | ||
|
||
## Additional context | ||
*Environment, version, integration...* |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for Dataline | ||
title: '' | ||
labels: enhancement | ||
|
||
--- | ||
## Describe the solution you'd like | ||
|
||
## Describe alternatives you've considered | ||
|
||
## Additional context |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Changes | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can this template have:
I definitely don't want it to be heavyweight but I find that I often have to reverse engineer all these things from the flat code/files which, if there is more than 1 reviewer, can be a time drain. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whoops merge too quickly. Will add that tmw |
||
|
||
*Please add screenshots if it affects the frontend. Thank you.* | ||
|
||
## Checklist | ||
|
||
- [ ] *Create config API model* | ||
- [ ] *Implement config persistence* | ||
- [ ] *Add persistence tests* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing 👍