diff options
| author | Yunohost-Bot <> | 2021-05-13 17:49:11 +0200 |
|---|---|---|
| committer | Alexandre Aubin <alex.aubin@mailoo.org> | 2021-05-13 17:49:11 +0200 |
| commit | 1e88c5b6769f13b116be1b78e75c880936895ee3 (patch) | |
| tree | 2e050a00232212517ce50242b95a802d777ad4c1 /.github/PULL_REQUEST_TEMPLATE.md | |
| parent | 93fc01ff5c7cb13c13669739663567d0597e0c03 (diff) | |
| download | mastodon_ynh-1e88c5b6769f13b116be1b78e75c880936895ee3.tar.gz mastodon_ynh-1e88c5b6769f13b116be1b78e75c880936895ee3.tar.bz2 mastodon_ynh-1e88c5b6769f13b116be1b78e75c880936895ee3.zip | |
[autopatch] Update issue and PR templates
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ef70e18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Problem + +- *Description of why you made this PR* + +## Solution + +- *And how do you fix that problem* + +## PR Status + +- [ ] Code finished and ready to be reviewed/tested +- [ ] The fix/enhancement were manually tested (if applicable) + +## Automatic tests + +Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ *after creating the PR*, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization) |
