We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linked to it-pebune/ani-research-backend#57
Follow a unique style README across all projects, including the same workflow and issue template.
Modify the current labels to the following:
bug
#d73a4a
dependencies
#0366d6
documentation
#bfd4f2
feature
#5319e7
fix
#d93f0b
hotfix
#b60205
Still keep:
enhancement
help wanted
good first issue
duplicate
wontfix
Proposing two default branches:
main
prod
Every feature/fix will be merged stashed into main. Main will be merged with all commits to prod.
Add the following branch protection rules: For main:
For prod: Same as main but add following:
Follow a clear workflow when contributing, using the same branch tags:
feature/branch-name
fix/branch-name
hotfix/branch-name
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Linked to it-pebune/ani-research-backend#57
Proposal
Follow a unique style README across all projects, including the same workflow and issue template.
Labels
Modify the current labels to the following:
bug
#d73a4a
: Something is wrong (used for issues)dependencies
#0366d6
: Issue that warns about dependencies / PR that updates dependenciesdocumentation
#bfd4f2
: Issue/PR that updates documentationfeature
#5319e7
: PR that adds a feature to the applicationfix
#d93f0b
: PR that fixes an existing issuehotfix
#b60205
: PR that fixes an urgent issues (deploys directly to production)Still keep:
enhancement
,help wanted
,good first issue
,duplicate
,wontfix
Branches & Contributing
Branches
Proposing two default branches:
main
- Staging (ex development)prod
- Production (ex master)Every feature/fix will be merged stashed into main.
Main will be merged with all commits to prod.
Rules
Add the following branch protection rules:
For
main
:For
prod
:Same as main but add following:
Tags
Follow a clear workflow when contributing, using the same branch tags:
feature/branch-name
- New feature from mainfix/branch-name
- New fix from mainhotfix/branch-name
- New fix from prod (deployed directly, skips staging)Workflow
The text was updated successfully, but these errors were encountered: