Skip to content

Commit

Permalink
Merge pull request #33 from hellohaptik/develop_master_merge
Browse files Browse the repository at this point in the history
develop -> master
  • Loading branch information
haptikrajasashtikar authored May 25, 2022
2 parents c639c38 + 7007220 commit 9ddf550
Show file tree
Hide file tree
Showing 17 changed files with 605 additions and 49 deletions.
28 changes: 6 additions & 22 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# Description
## JIRA Ticket Number

Please include a summary of the change and which issue is fixed (if any).
JIRA TICKET:

Fixes # (issue)
## Description of change
(REMOVE ME) Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

- [ ] Unit tests
- [ ] Spec Tests
- [ ] Integration tests / Manual Tests

# Checklist:
## Checklist (OPTIONAL):

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
Expand All @@ -30,4 +14,4 @@ Please describe the tests that you ran to verify your changes.
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] Any dependent changes have been merged and published in downstream modules
29 changes: 29 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "40...100"

status:
project: yes
patch:
default:
target: 80%
threshold: 1%
changes: no

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "header, diff"
behavior: default
require_changes: no
21 changes: 21 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
mergeable:
pull_requests:
stale:
days: 14
message: 'This PR is stale. Please follow up!'

label:
must_include:
regex: '(new-feature)|(documentation)|(bug-fixes)|(enhancement)|(needs-migration)|(packages-updated)|(miscellaneous)|(superman)'
message: 'Can you please add a valid label! [One of (new-feature) / (documentation) / (bug-fixes) / (enhancement) / (needs-migration) / (packages-updated) / (miscellaneous)]'
must_exclude:
regex: '(do-not-merge)'
message: 'This PR is work in progress. Cannot be merged yet.'

description:
no_empty:
enabled: true
message: 'Can you please add a description!'
must_exclude:
regex: 'do not merge'
message: 'This PR is work in progress. Cannot be merged yet.'
28 changes: 28 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
branches: master
template: |
# What's Changed
$CHANGES
categories:
- title: πŸš€ Features
label: new-feature
- title: πŸ› Bug Fixes
label: bug-fixes
- title: πŸ“– Documentation
label: documentation
- title: πŸ’― Enhancements
label: enhancement
- title: πŸš’ Migrations
label: needs-migration
- title: πŸ“¦ Packages Updated
label: packages-updated
- title: πŸ‘Ί Miscellaneous
label: miscellaneous
- title: πŸ’ͺ Superman Release
label: superman


# exclude-labels:
# - miscellaneous
Loading

0 comments on commit 9ddf550

Please sign in to comment.