Skip to content

Commit

Permalink
Adding automations
Browse files Browse the repository at this point in the history
  • Loading branch information
yalh76 committed May 22, 2019
1 parent 379a7b1 commit 63260a2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: python

before_install:
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter

script:
- /tmp/package_linter/package_linter.py ./
23 changes: 23 additions & 0 deletions pull_request_template.md
@@ -0,0 +1,23 @@
## Problem
- *Description of why you made this PR*

## Solution
- *And how do you fix that problem*

## PR Status
- [ ] Code finished.
- [ ] Tested with Package_check.
- [ ] Fix or enhancement tested.
- [ ] Upgrade from last version tested.
- [ ] Can be reviewed and tested.

## Validation
---
- [ ] **Code review**
- [ ] **Approval (LGTM)**
*Code review and approval have to be from a member of @YunoHost/apps group*
- **CI succeeded** :
[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/peertube_ynh%20-BRANCH-/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/peertube_ynh%20-BRANCH-/)
*Please replace '-BRANCH-' in this link by the name of the branch used.*
*If the PR is from a forked repository. Please provide public results from package_check.*
When the PR is marked as ready to merge, you have to wait for 3 days before really merging it.

0 comments on commit 63260a2

Please sign in to comment.