https://github.com/cypherpunkarmory/enforce-issue-templates
A Probot app to request that new comments follow issue templates housed in the repo.
https://github.com/cypherpunkarmory/enforce-issue-templates
Last synced: 6 months ago
JSON representation
A Probot app to request that new comments follow issue templates housed in the repo.
- Host: GitHub
- URL: https://github.com/cypherpunkarmory/enforce-issue-templates
- Owner: CypherpunkArmory
- License: mit
- Created: 2019-02-12T18:33:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T22:58:31.000Z (about 6 years ago)
- Last Synced: 2025-02-15T05:25:22.203Z (8 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# enforce-issue-templates
> A GitHub App built with [Probot](https://github.com/probot/probot) that Request issue templates be followed on new issues that do not follow them.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how enforce-issue-templates could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[MIT](LICENSE) © 2019 Matthew Tighe