refact yaml operations to yaml package

This commit is contained in:
Brad Rydzewski
2016-04-19 13:02:28 -07:00
parent 62ccf1bd60
commit fd63d6e03d
16 changed files with 14 additions and 14 deletions

8
.github/issue_template.md vendored Normal file
View File

@@ -0,0 +1,8 @@
Thank you for taking the time to use Drone and file an issue or feature request. Before filing an issue please ensure the following boxes are checked, if applicable:
- [ ] I have searched for existing issues
- [ ] I have discussed the issue with the community at https://gitter.im/drone/drone
- [ ] I have provided a sample `.drone.yml` file to help the team reproduce
- [ ] I have provided details from the build logs
- [ ] I have provided details from the server logs by running `docker logs drone`
- [ ] I am not using the issue tracker to ask why my build failed

0
.github/pull_request_template.md vendored Normal file
View File