-
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.
feat(Github): Created github folder with versioning and pull request …
…template. (#3)
- Loading branch information
1 parent
e507a2b
commit cdf5de1
Showing
2 changed files
with
26 additions
and
0 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,4 @@ | ||
next-version: 0.2.1 | ||
|
||
# Following semantic versioning | ||
# https://semver.org/ |
22 changes: 22 additions & 0 deletions
22
ExpressJSApiBoilerplate/Initial-Test/.github/PULL_REQUEST_TEMPLATE.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,22 @@ | ||
# Deployment Information | ||
```yaml | ||
|
||
Title: # Title of task modification | ||
TaskLink: # Task link | ||
Description: # Description of modification | ||
GitVersion: # Application version | ||
TestPlan: # Evidence of acceptance scenarios for code implementation (Usually on task) | ||
PersonRequesting: # [email protected] | ||
|
||
``` | ||
# Checklist | ||
- [ ] Acceptance scenarios all gone like expected | ||
- [ ] Updated git version yaml | ||
- [ ] No code smells generated from implementation |