- At first you should create a jira account. With a few exceptions every pull request needs a Jira-Ticket.
- Your code should match the MyCoRe Code Style and the MyCoRe Naming Conventions.
- MyCoRe follows the agis-:Git-Style-Guide with the following exceptions:
- Subject to commits is in form:
{JIRA-Ticket} {Ticket summary} {Commit summary}
, likeMCR-1393 Git-Migration add .travis.yml
- Branch name to work on a ticket is in form:
issues/{JIRA-Ticket}-{Ticket_Summary}
, likeissues/MCR-1393-Git_Migration
- Subject to commits is in form: