diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-10 11:37:32 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-05-10 11:37:32 +0200 |
| commit | d9c84a8297e5422e8bc1e4dd61fccde3eae9b736 (patch) | |
| tree | dbf8663b920a26ce5f4a7c4e3a45b1dc3fddf882 | |
| parent | 2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff) | |
| download | mastodon_ynh-d9c84a8297e5422e8bc1e4dd61fccde3eae9b736.tar.gz mastodon_ynh-d9c84a8297e5422e8bc1e4dd61fccde3eae9b736.tar.bz2 mastodon_ynh-d9c84a8297e5422e8bc1e4dd61fccde3eae9b736.zip | |
Adding automations
| -rw-r--r-- | .travis.yml | 7 | ||||
| -rw-r--r-- | pull_request_template.md | 23 |
2 files changed, 30 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6133a24 --- /dev/null +++ b/.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 ./
\ No newline at end of file diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..c4fe903 --- /dev/null +++ b/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** : +[](https://ci-apps-dev.yunohost.org/jenkins/job/mastodon_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. |
