forked from RHEcosystemAppEng/dbaas-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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 RHEcosystemAppEng#3 from redhatHameed/adding-pr-te…
…mplate adding PR template and updated README file
- Loading branch information
Showing
4 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,3 @@ | ||
# These owners will be the default owners for everything in the repo | ||
|
||
* @jeremyary |
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,27 @@ | ||
## Description | ||
<!-- Please include a summary of the change and link to the related Jira issue. Please add any additional motivation and context as needed. Screenshots are also welcome --> | ||
|
||
## Verification Steps | ||
<!-- | ||
Add the steps required to check this change. Following an example. | ||
1. Go to `XX >> YY >> SS` | ||
2. Create a new item `N` with the info `X` | ||
3. Try to edit this item | ||
4. Check if in the left menu the feature X is not so long present. | ||
--> | ||
|
||
## Type of change | ||
<!-- Please delete options that are not relevant. --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
## Checklist (Definition of Done) | ||
<!-- Please strikethrough options not relevant using two tildes ~~Text~~. Do not delete non relevant options --> | ||
- [ ] All acceptance criteria specified in JIRA or in issue number have been completed | ||
- [ ] Unit tests added that prove the fix is effective or the feature works | ||
- [ ] Documentation added for the feature | ||
- [ ] all relevant tests are passing | ||
- [ ] Code Review completed | ||
- [ ] Verified independently by reviewer |
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