Skip to content
New issue

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

Add zappr integration for better quality control  #91

Closed
OGKevin opened this issue Dec 26, 2017 · 0 comments
Closed

Add zappr integration for better quality control  #91

OGKevin opened this issue Dec 26, 2017 · 0 comments
Assignees
Milestone

Comments

@OGKevin
Copy link
Contributor

OGKevin commented Dec 26, 2017

The purpose of this issue is to introduce https://zappr.opensource.zalan.do so that quality control on pull requests can be assured.

The following configuration should be used:

autobranch:
  pattern: 'bunq/sdk_php#{number}-{title}'
  length: 100
commit:
  message:
    patterns:
      - '([A-Za-z0-9 ]+)\. (\(bunq\/sdk_php#[0-9]+\))'
specification:
  title:
    minimum-length:
      enabled: true
      length: 8
  body:
    minimum-length:
      enabled: true
      length: 8
    contains-url: true
    contains-issue-number: true
  template:
    differs-from-body: true
pull-request:
  labels:
    additional: true
    required:
      - Reviewed by André
      - Can be merged
@OGKevin OGKevin added this to the 0.12.5 milestone Dec 26, 2017
@OGKevin OGKevin self-assigned this Dec 26, 2017
@OGKevin OGKevin changed the title Add zappr integration for ensuring pull request follow’s our standards.  Add zappr integration for better quality control  Dec 26, 2017
@OGKevin OGKevin mentioned this issue Dec 26, 2017
OGKevin added a commit that referenced this issue Dec 26, 2017
OGKevin added a commit that referenced this issue Dec 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant