diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..b4173717 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,37 @@ +### Version +Please specify the versions you are using. Exact version numbers are preferred. +- Pymyrepl (e.g., 1.0.2): +- OS (e.g., Ubuntu 18.04): +- Database and version (Remove unnecessary options): + - MySQL: + - MariaDB: + - Percona: + +### System Variables +List relevant system variables using the query `SHOW VARIABLES LIKE '';` +- `log_bin`: +- `binlog_format`: +- `binlog_row_image`: +- `enforce_gtid_consistency`: +- `gtid_mode`: + +If you are using MySQL 8.0.14 or later, please also provide the following variables: +- `binlog_row_metadata`: +- `binlog_row_value_options`: + +### Symptoms + + +### Steps to Reproduce + + +### Expected Outcome + + +### Actual Outcome + + +### Planning to Resolve + +- [ ] I plan to create a pull request to resolve this issue. +- [ ] I don't plan to resolve this myself and would like someone else to address it. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..005d44b8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +### Description + + +### Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Other (please specify below) + +### Checklist +- [ ] I have read and understood the [CONTRIBUTING.md](https://github.com/julien-duponchelle/python-mysql-replication/blob/main/CONTRIBUTING.md) document. +- [ ] I have checked there aren't any other open [Pull Requests](https://github.com/julien-duponchelle/python-mysql-replication/pulls) for the desired changes. +- [ ] This PR resolves an issue #[Issue Number Here]. + +### Tests +- [ ] All tests have passed. +- [ ] New tests have been added to cover the changes. (describe below if applicable). + +### Additional Information + +