diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 591e9f2..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,6 +0,0 @@ -Contributions are welcome but acceptance is completely up to tastybento. Do not be offended if your contribution is rejected. -I will not accept any contributions that are formatting only, or mostly formatting. -Automated code cleanup is also not a valid contribution as a first Pull Request. If a tool is doing your job, -the submit an issue that recommends we use a specific tool. -Contributions are accepted under the license terms and conditions. Note that this means we may use them elsewhere. -Thank you! diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 22ade9d..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -Thanks for submitting a pull request. Do not use this form for bug reports! -Your submission must meet the minimum requirements of a contribution, i.e., add code, refactor code or fix code. -It takes time and effort to review submissions, so please do not waste our time. -Note: formatting/spacing-only submissions will be rejected! -For submissions, we want you to use spaces, not tabs (4 spaces) - thank you.