mirror of
https://github.com/rclone/rclone.git
synced 2026-06-30 02:45:04 -04:00
Convert the bug report and feature request templates to GitHub issue forms. Rewrite the pull request template to require that non-trivial changes are discussed in an issue first, and to spell out that backend changes need a clean test_all run and a test account for the integration tester before they can be merged. Document the latter requirement in CONTRIBUTING.md. Remove the legacy ISSUE_TEMPLATE.md which is superseded by the forms.
2.3 KiB
2.3 KiB
What does this change do?
Linked issue
Fixes #
For new or changed backends
Checklist
- This change is trivial OR it has been discussed and agreed in the linked issue.
- I have read the contribution guidelines.
- I have added tests for all changes in this PR if appropriate.
- I have added documentation for the changes if appropriate.
- All commit messages are in house style.
- (Backend changes only)
test_allpasses for this backend and I can provide a test account for the integration tester - see CONTRIBUTING.md. - This Pull Request is ready for review.