Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 762 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 762 Bytes

How to contribute

  • 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