mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove PR template and empty general template.
This commit is contained in:
parent
59071f602b
commit
694da61b39
21
.github/ISSUE_TEMPLATE/general.md
vendored
21
.github/ISSUE_TEMPLATE/general.md
vendored
@ -1,21 +0,0 @@
|
||||
---
|
||||
name: General Feedback
|
||||
about: Any general feedback (neither feature request nor bug reports)
|
||||
---
|
||||
|
||||
<!--## Prerequisites
|
||||
|
||||
- First, many thanks for taking part in the community. We really appreciate that.
|
||||
- Read the [contributing guidelines](http://solidity.readthedocs.io/en/latest/contributing.html).
|
||||
- Support questions are better asked in one of the following locations:
|
||||
- [Solidity chat](https://gitter.im/ethereum/solidity)
|
||||
- [Stack Overflow](https://ethereum.stackexchange.com/)
|
||||
- Ensure the issue isn't already reported.
|
||||
|
||||
*Delete the above section and the instructions in the sections below before submitting*
|
||||
-->
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Please describe the purpose of your ticket.
|
||||
-->
|
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,22 +0,0 @@
|
||||
<!--### Your checklist for this pull request
|
||||
|
||||
Please review the [guidelines for contributing](http://solidity.readthedocs.io/en/latest/contributing.html) to this repository.
|
||||
|
||||
Please also note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
<!--
|
||||
Please explain the changes you made here.
|
||||
|
||||
Thank you for your help!
|
||||
-->
|
||||
|
||||
### Checklist
|
||||
- [ ] Code compiles correctly
|
||||
- [ ] All tests are passing
|
||||
- [ ] New tests have been created which fail without the change (if possible)
|
||||
- [ ] README / documentation was extended, if necessary
|
||||
- [ ] Changelog entry (if change is visible to the user)
|
||||
- [ ] Used meaningful commit messages
|
Loading…
Reference in New Issue
Block a user