aboutsummaryrefslogtreecommitdiff
path: root/pull_request_template.md
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-22 17:17:00 +0200
committerGitHub <noreply@github.com>2019-05-22 17:17:00 +0200
commit0c16a9585b813cbea4c74c9a77be9035533423f7 (patch)
tree6d110997f1fde72dbe423da6f2a9abbabd1c4730 /pull_request_template.md
parent2987ccf8b3aa393dbef79b874dfe5839a0ee10da (diff)
parent5068fc86f1871c7c702d6dde81e156d7b428725a (diff)
downloadmastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.tar.gz
mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.tar.bz2
mastodon_ynh-0c16a9585b813cbea4c74c9a77be9035533423f7.zip
Merge pull request #142 from YunoHost-Apps/testing
Upgrade
Diffstat (limited to 'pull_request_template.md')
-rw-r--r--pull_request_template.md23
1 files changed, 23 insertions, 0 deletions
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** :
+[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/mastodon_ynh%20-BRANCH-/badge/icon)](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.