diff options
| author | yalh76 <yalh@yahoo.com> | 2021-05-13 19:33:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 19:33:20 +0200 |
| commit | 9ffabe35eab65685bce066bb964f04bfef8ffb25 (patch) | |
| tree | 2e050a00232212517ce50242b95a802d777ad4c1 /.github/PULL_REQUEST_TEMPLATE.md | |
| parent | acbea32d2a33e78d24b67416883618a24c6c5945 (diff) | |
| parent | 1e88c5b6769f13b116be1b78e75c880936895ee3 (diff) | |
| download | mastodon_ynh-9ffabe35eab65685bce066bb964f04bfef8ffb25.tar.gz mastodon_ynh-9ffabe35eab65685bce066bb964f04bfef8ffb25.tar.bz2 mastodon_ynh-9ffabe35eab65685bce066bb964f04bfef8ffb25.zip | |
Merge pull request #273 from yunohost-bot/issue-and-pr-template
[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) |
