-
Notifications
You must be signed in to change notification settings - Fork 11
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 #29 from jaguililla/develop
Release
- Loading branch information
Showing
11 changed files
with
191 additions
and
5 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,25 @@ | ||
--- | ||
name: Bug | ||
about: Software defect. | ||
labels: [ bug ] | ||
--- | ||
|
||
**REPLACE WITH BUG DETAILS** (Check below for guidelines) | ||
|
||
--- | ||
|
||
Describe the steps and expected results: | ||
|
||
``` | ||
Given *a condition* | ||
And *another condition* | ||
When *an action is taken* | ||
And *other after the first* | ||
Then *something happened* | ||
And I expected *this other thing* | ||
``` | ||
|
||
If it is possible, please include: | ||
* The code that produced the error (or a link to it) | ||
* Stack trace of the error and/or logs if available | ||
* Details on the environment the fail happened (i.e.: the OS) |
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: Enhancement | ||
about: New feature or improvement. | ||
labels: [ enhancement ] | ||
--- | ||
|
||
**REPLACE WITH ENHANCEMENT DETAILS** (Check below for guidelines) | ||
|
||
--- | ||
|
||
Detailed description. | ||
|
||
Reason for the change or new development. | ||
|
||
Acceptance criteria to verify the development. A list of requirements with the following format: | ||
|
||
`When *action* then *result*` | ||
|
||
For example: | ||
|
||
`When this is done then that other thing should happen` |
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,15 @@ | ||
|
||
**REPLACE WITH PR DESCRIPTION** (It is also editable after PR creation) | ||
|
||
--- | ||
|
||
For the Pull Request to be accepted please check: | ||
|
||
- [ ] The PR has a meaningful title. | ||
- [ ] If the PR refers to an issue, it should be referenced with the GitHub format (*#ID*). | ||
- [ ] The PR is done to the `develop` branch (new features) or the `master` branch (releases). | ||
- [ ] The code pass all PR checks. | ||
- [ ] All public members are documented. | ||
- [ ] The code follow the coding conventions stated at the [contributing.md] file. | ||
|
||
[contributing.md]: https://github.com/jaguililla/hexagonal_spring/blob/main/CONTRIBUTING.md |
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
File renamed without changes.
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,25 @@ | ||
--- | ||
name: Bug | ||
about: Software defect. | ||
labels: [ bug ] | ||
--- | ||
|
||
**REPLACE WITH BUG DETAILS** (Check below for guidelines) | ||
|
||
--- | ||
|
||
Describe the steps and expected results: | ||
|
||
``` | ||
Given *a condition* | ||
And *another condition* | ||
When *an action is taken* | ||
And *other after the first* | ||
Then *something happened* | ||
And I expected *this other thing* | ||
``` | ||
|
||
If it is possible, please include: | ||
* The code that produced the error (or a link to it) | ||
* Stack trace of the error and/or logs if available | ||
* Details on the environment the fail happened (i.e.: the OS) |
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: Enhancement | ||
about: New feature or improvement. | ||
labels: [ enhancement ] | ||
--- | ||
|
||
**REPLACE WITH ENHANCEMENT DETAILS** (Check below for guidelines) | ||
|
||
--- | ||
|
||
Detailed description. | ||
|
||
Reason for the change or new development. | ||
|
||
Acceptance criteria to verify the development. A list of requirements with the following format: | ||
|
||
`When *action* then *result*` | ||
|
||
For example: | ||
|
||
`When this is done then that other thing should happen` |
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,15 @@ | ||
|
||
**REPLACE WITH PR DESCRIPTION** (It is also editable after PR creation) | ||
|
||
--- | ||
|
||
For the Pull Request to be accepted please check: | ||
|
||
- [ ] The PR has a meaningful title. | ||
- [ ] If the PR refers to an issue, it should be referenced with the GitHub format (*#ID*). | ||
- [ ] The PR is done to the `develop` branch (new features) or the `master` branch (releases). | ||
- [ ] The code pass all PR checks. | ||
- [ ] All public members are documented. | ||
- [ ] The code follow the coding conventions stated at the [contributing.md] file. | ||
|
||
[contributing.md]: https://github.com/jaguililla/hexagonal_spring/blob/main/CONTRIBUTING.md |
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
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,7 @@ | ||
|
||
|
||
# Summary in imperative mood [#TaskId] [:Tag] [!!!] | ||
# | ||
# [Details. Used to explain what and why vs. how] | ||
# | ||
# https://github.com/jaguililla/hexagonal_spring/blob/main/doc/commits.md |
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,14 @@ | ||
|
||
``` | ||
Summary in imperative mood [#TaskId] [:Tag] [!!!] | ||
[Details. Used to explain what and why vs. how] | ||
``` | ||
|
||
1. Capitalize summary line | ||
2. Do not end summary line with a period | ||
3. Elements among square brackets are optional | ||
4. You can set multiple tags. I.e.: :doc :test | ||
5. Tags are case-insensitive | ||
6. Tags can be placed anywhere (even title start) | ||
7. Summary with '!!!' means breaking changes |