Skip to content

Commit

Permalink
feat(Github): Created github folder with versioning and pull request …
Browse files Browse the repository at this point in the history
…template. (#3)
  • Loading branch information
mateus-lazarus authored May 31, 2024
1 parent e507a2b commit cdf5de1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ExpressJSApiBoilerplate/Initial-Test/.github/GitVersion.yaml
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/
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

0 comments on commit cdf5de1

Please sign in to comment.