Merge branch 'master' of github.com:leonelquinteros/gotext

This commit is contained in:
Leonel Quinteros
2018-05-29 12:46:28 -03:00
2 changed files with 13 additions and 39 deletions

View File

@@ -1,32 +1,14 @@
# Please describe your issue
## Is this a bug, an improvement, a proposal or something else?
- [ ] Bug
- [ ] Improvement
- [ ] Proposal
- [ ] Something else
## Briefly explain your issue
### Is this a bug, an improvement, a proposal or something else? Describe it.
...
## What's the expected behaviour?
### What's the expected behaviour, the current behaviour and the steps to reproduce it?
...
## What's the actual behaviour?
...
## What are the steps to reproduce the actual behaviour?
...
## Comments
### Comments

View File

@@ -6,26 +6,18 @@
- For changes and improvements, new tests have to be provided to cover the new features.
## Is this a fix, improvement or something else?
...
## What does this change implement/fix?
... *answer here*
...
## Is this a fix or an improvement?
- [ ] Fix
- [ ] Improvement
## I have ...
## Have discussed this change in an issue?
- [ ] Yes
- [ ] No
## Was some test failing because of this issue or change needed?
- [ ] Yes
- [ ] No
## Are you including tests to cover this change?
- [ ] Yes
- [ ] No
- [ ] answered the 2 questions above,
- [ ] discussed this change in an issue,
- [ ] included tests to cover this changes.