diff options
| author | yalh76 <yalh@yahoo.com> | 2021-05-13 19:33:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 19:33:51 +0200 |
| commit | 14d08567867ac3a818c15d820334800351a412ed (patch) | |
| tree | 2e050a00232212517ce50242b95a802d777ad4c1 /.github/PULL_REQUEST_TEMPLATE.md | |
| parent | 93fc01ff5c7cb13c13669739663567d0597e0c03 (diff) | |
| parent | 9ffabe35eab65685bce066bb964f04bfef8ffb25 (diff) | |
| download | mastodon_ynh-14d08567867ac3a818c15d820334800351a412ed.tar.gz mastodon_ynh-14d08567867ac3a818c15d820334800351a412ed.tar.bz2 mastodon_ynh-14d08567867ac3a818c15d820334800351a412ed.zip | |
Merge pull request #274 from YunoHost-Apps/testing
Testing
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) |
