Commit graph

87 commits

Author SHA1 Message Date
TacoTheDank
1b8674f55b Update actions/setup-java to v2 2021-04-14 11:13:05 -04:00
Tobi
8d5c0e6990 Merge pull request #5360 from XiangRongLin/instrumented_tests
Run Instrumented tests in CI pipeline
2021-03-31 10:08:05 +02:00
Tobi
2b408d4f90 Merge pull request #5866 from TacoTheDank/update-gradle-wrapper
Update gradle wrapper
2021-03-30 10:36:48 +02:00
XiangRongLin
841133791a Add instrumented tests to CI workflow 2021-03-29 10:18:12 +02:00
Stypox
3c35fdf21c Add note about "Fixes" prefix to auto-link issues 2021-03-28 13:41:33 +02:00
Tobi
3941101929 Disable sonar job
For some reason, sonar started to analyse very old PRs. This comments out the sonar job until further investigation is done.
2021-03-24 19:10:00 +01:00
TacoTheDank
a3f85f3fb6 Add gradle wrapper validation action 2021-03-20 21:47:19 -04:00
XiangRongLin
54ed501cca Add sonar plugin and github actions file for sonar analysis
Copied from sonarcloud.io setup page with minor adjustments. Adjusted branch to 'dev' and updated versions
2021-03-20 13:58:17 +01:00
Poolitzer
aebda5727a adding master to push trigger
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
2021-03-09 11:21:40 +01:00
Poolitzer
c5ac7b82ba change master to dev 2021-03-08 13:19:18 +01:00
Poolitzer
bd5c556285 Fix: CI only on master 2021-03-08 13:15:22 +01:00
Tobi
aa0e7ec93d Add links to Matrix and IRC chat when opening new issues (#5764) 2021-03-08 09:43:05 +00:00
XiangRongLin
f0af148ede Re-add APK testing section to PR template (#5465)
Because normal users don't know that the CI process produces an APK and where it is.
2021-01-30 10:18:58 +00:00
Stypox
0af89267ef Merge pull request #5284 from mhmdanas/remove-pr-template-testing-apk-section
Remove APK testing section from PR template
2021-01-16 09:09:03 +01:00
XiangRongLin
ed20386346 Checkout branch in CI process for pull requests
This way the debug build app id contains the branch name again.
2021-01-14 19:39:40 +01:00
opusforlife2
bd0a327e79 Checklist is compulsory: feature request template 2021-01-01 18:42:07 +00:00
opusforlife2
c557937dc8 Checklist is compulsory: bug report template 2021-01-01 18:40:20 +00:00
mhmdanas
8d644c669c Remove APK testing section from PR template
This is because the our workflows build debug APKs now.
2020-12-26 21:35:07 +03:00
FireMasterK
13ba64602b Migrate to GitHub actions from Travis. 2020-12-09 12:25:57 +05:30
Allan Nordhøy
49c0b56923 Contributing guidelines reworked (#4318)
* Contributing guidelines reworked

Co-authored-by: opusforlife2 <53176348+opusforlife2@users.noreply.github.com>
Co-authored-by: bopol <bopol@e.email>
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
2020-11-28 12:00:00 +01:00
TobiGr
7a9ee05654 Fix Issue Template config 2020-10-24 20:44:22 +02:00
opusforlife2
0250b3f5b7 Create config.yaml to prevent blank issues 2020-10-23 14:37:59 +00:00
opusforlife2
ee951f2f4a Refined instructions for feature request template 2020-10-23 07:55:31 +00:00
opusforlife2
1afec2d033 Refined instructions for bug report template 2020-10-23 07:32:04 +00:00
Allan Nordhøy
489bf3d859 Pull request template reworked (#4317)
Co-authored-by: opusforlife2 <53176348+opusforlife2@users.noreply.github.com>
2020-10-14 21:30:30 +02:00
opusforlife2
d39adc6ee3 Added checkbox example 2020-10-07 07:40:55 +00:00
opusforlife2
fc22c7e790 Added checkbox example 2020-10-07 07:39:49 +00:00
Tobias Groza
ce76ac7d8d Add device info fields to bug report template (#4415) 2020-10-05 19:38:30 +02:00
Tobias Groza
54e17bf9fd Merge pull request #4379 from opusforlife2/update_FR_template
Add check boxes to Feature Request template
2020-10-04 15:55:40 +02:00
Stypox
76d49a1c75 Replace per with for every 2020-10-04 15:47:20 +02:00
opusforlife2
f3a3d91dd7 Use @Stypox 's suggestion
Co-authored-by: Stypox <stypox@pm.me>
2020-10-04 12:30:44 +00:00
opusforlife2
343ab370db Add check boxes
People seem to ignore instructions in comments
2020-10-04 12:24:56 +00:00
opusforlife2
9b56796acb Add checkboxes instead of long comments
People just seemed to ignore them.
2020-10-04 12:03:14 +00:00
Keegan
d15c8e8096 Add need for contributors to discuss possible changes
This was discussed in IRC, and should help prevent the occurrence of problems where people spend hours on a feature only for it to be rejected for miscellaneous reasons.
2020-08-14 11:27:06 -05:00
Tobias Groza
09a6878f86 Update bug_report.md 2020-08-02 09:37:52 +02:00
Tobias Groza
8145089225 Update bug report template
DO NOT REPORT THAT CRASH ANY MORE. WE ARE GETTING SPAMMED11!!!1
2020-07-28 10:56:06 +02:00
Tobias Groza
a7325b09b2 Merge pull request #3357 from opusforlife2/improve-bug-report-template
Made the bug report template less daunting
2020-04-06 21:51:07 +02:00
opusforlife2
e0059aeda6 Made the bug report template less daunting
The biggest problem was that the reporter needed to delete a lot of text to be able to give a clean report. Now most of that is comments.
2020-04-04 11:22:00 +00:00
B0pol
7b0acc0b4b Update .github/CONTRIBUTING.md
Co-Authored-By: Tobias Groza <TobiGr@users.noreply.github.com>
2020-04-04 12:37:51 +02:00
bopol
60203fe210 update contributing.md 2020-04-04 12:14:32 +02:00
opusforlife2
e0db71ff76 Add reminder to link Issues/PRs 2020-03-28 11:49:46 +00:00
opusforlife2
0ebfe5566f Make feature request template easier to fill out 2020-03-28 10:54:20 +00:00
opusforlife2
634f18d48a Update PULL_REQUEST_TEMPLATE.md
Minor modifications
2020-03-28 09:58:43 +00:00
TobiGr
addf41d189 Remove titles from issue templates and fix typo 2020-03-19 22:50:48 +01:00
Tobias Groza
83115805ee Update .github/ISSUE_TEMPLATE/feature_request.md
Co-Authored-By: opusforlife2 <53176348+opusforlife2@users.noreply.github.com>
2020-03-19 18:03:33 +01:00
poolitzer
4d02e54217 a document is not nice 2020-03-18 19:44:37 -07:00
Poolitzer
9eade5b055 dropping markdown links in comments
Co-Authored-By: Tobias Groza <TobiGr@users.noreply.github.com>
2020-03-18 19:42:03 -07:00
poolitzer
622d9533b9 Further minor improvements 2020-03-04 20:31:36 -08:00
Poolitzer
a42d7fcba7 minor improvements of sentences
Co-Authored-By: Stypox <stypox@pm.me>
2020-03-04 20:21:44 -08:00
Poolitzer
abb2dfad7d appending dots
Co-Authored-By: opusforlife2 <53176348+opusforlife2@users.noreply.github.com>
2020-03-02 21:08:34 -08:00