How to contribute

February 19, 2020 ยท View on GitHub

  • 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}, like MCR-1393 Git-Migration add .travis.yml
    • Branch name to work on a ticket is in form: issues/{JIRA-Ticket}-{Ticket_Summary}, like issues/MCR-1393-Git_Migration