mirror of
https://github.com/xodio/xod.git
synced 2026-03-15 05:06:59 +01:00
78 lines
1.6 KiB
Markdown
78 lines
1.6 KiB
Markdown
<!-- Choose one of the templates below -->
|
||
|
||
## Bug Report or Tweak Template <!-- Delete the header -->
|
||
|
||
### Steps to reproduce
|
||
|
||
1. Open this
|
||
2. Press that
|
||
3. Click here and there
|
||
|
||
### Expected behavior
|
||
|
||
What should happen?
|
||
|
||
### Actual behavior
|
||
|
||
What’s happen now
|
||
|
||
### Console output
|
||
|
||
Are there any errors in the console? Copy and paste the output
|
||
with all details provided by the browser or application.
|
||
|
||
### How to fix
|
||
|
||
If you have an idea on how the bug can be fixed, provide a short
|
||
description.
|
||
|
||
|
||
|
||
## Refactoring Template <!-- Delete the header -->
|
||
|
||
### Rationale
|
||
|
||
Why should we refactor? Will it make the code more DRY, KISS, YAGNI?
|
||
|
||
### Affected modules and packages
|
||
|
||
Provide a description of scope the refactoring would touch.
|
||
|
||
Which backward compatibility would be dropped.
|
||
|
||
|
||
|
||
## Feature/Story Template <!-- Delete the header -->
|
||
|
||
### Rationale
|
||
|
||
What we have now, what we want then? How the implementation would
|
||
make the product better for end-users?
|
||
|
||
### Prerequisites
|
||
|
||
Refer to issues by their #numbers that should be completed before
|
||
the development of this issue would make sense
|
||
|
||
### Acceptance criteria
|
||
|
||
Provide some steps that an end-user would be able to perform when
|
||
the feature could be considered as implemented. E.g.:
|
||
|
||
- [ ] I can click a new Boo menu item
|
||
- [ ] A dialog appears where I can enter Foo value
|
||
- [ ] Clicking OK changes all nodes’ labels to the Foo value
|
||
|
||
### Out of scope
|
||
|
||
Explicitly list functionality that is not intended to be done with this story.
|
||
|
||
### How to implement
|
||
|
||
If you have an idea on how to implement it, provide a short
|
||
description.
|
||
|
||
### How to test
|
||
|
||
How can we test what’s implemented?
|