1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/.github/issue_template.md
William Johnston 14540bbfee Pull request and issue templates for GitHub (#1770)
* Pull request and issue templates for GitHub
* Incorporate the existing issue template.
* Fix syntax
* A stab at a better syntax
* Add example test case Gist
2016-09-09 12:53:26 -07:00

19 lines
1 KiB
Markdown

**Important:** GitHub issues are for feature requests or bug reports. The Capistrano team recommends you use [Stack Overflow](http://stackoverflow.com/questions/tagged/capistrano) for general questions. For more details, please see our [contribution policy](https://github.com/capistrano/capistrano/blob/master/CONTRIBUTING.md).
---
### Steps to reproduce
If reasonable, you can help by creating a Capistrano skeleton example project which reproduces the issue you are seeing. You can then upload the individual files to a GitHub Gist or a GitHub project. Others can simply modify the configuration to point at a test server/repository of their own. Often times, an issue is resolved simply by making this test case.
An example test case is here: https://gist.github.com/will-in-wi/527327e31af30b3eae2068e2965be05b
### Expected behavior
Tell us what should happen
### Actual behavior
Tell us what happens instead
### System configuration
Please link to the output of `cap <stage> doctor` in a GitHub Gist.
Thanks for helping improve Capistrano!