1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Merge pull request #66 from YunoHost-Apps/testing

Testing
This commit is contained in:
Maniack Crudelis 2018-06-04 12:09:30 +02:00 committed by GitHub
commit 0d90fdfa36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 5 deletions

View file

@ -1,4 +1,4 @@
SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.0.tar.gz
SOURCE_SUM=0f7bc706ba8a6ac5223c69e6a8390e034b306ddd3d2663ba8f340355a4a69977
SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.3.tar.gz
SOURCE_SUM=e0b013df560bf5f60a6f43bf5499e90ca6e793808e5e0fb48e86ef31a234d062
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz

View file

@ -5,7 +5,7 @@
"description": {
"en": "Kanboard is a simple visual task board web application"
},
"version": "1.2.0-0",
"version": "1.2.3~ynh1",
"url": "https://kanboard.net/",
"license": "AGPL-3.0",
"requirements": {
@ -15,10 +15,10 @@
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
},
"previous_maintainers": {
"previous_maintainers": [{
"name": "mbugeia",
"email": "maxime@max.privy.place"
},
}],
"multi_instance": true,
"services": [
"nginx",

25
pull_request_template.md Normal file
View file

@ -0,0 +1,25 @@
## Problem
- *Description of why you made this PR*
## Solution
- *And how you fix that*
## PR Status
- [ ] Code finished.
- [ ] Tested with Package_check.
- [ ] Fix or enhancement tested.
- [ ] Upgrade from last version tested.
- [ ] Can be reviewed and tested.
## Validation
---
*Minor decision*
- **Upgrade previous version** :
- [ ] **Code review** :
- [ ] **Approval (LGTM)** :
- [ ] **Approval (LGTM)** :
- **CI succeeded** :
[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20-BRANCH-%20(Official)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20-BRANCH-%20(Official)/) *Please replace '-BRANCH-' in this link for a PR from a local branch.*
or
[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20PR-NUM-%20(Official_fork)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20PR-NUM-%20(Official_fork)/) *Replace '-NUM-' by the PR number in this link for a PR from a forked repository.*
When the PR is marked as ready to merge, you have to wait for 3 days before really merging it.