Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 7a6a0e19 by Raymond Toy at 2018-08-23T00:16:10Z Add template for Bugs
- - - - - 1894fbfe by Raymond Toy at 2018-08-23T00:19:24Z Add template for Feature requests
- - - - -
2 changed files:
- + .gitlab/issue_templates/Bug.md - + .gitlab/issue_templates/Feature.md
Changes:
===================================== .gitlab/issue_templates/Bug.md ===================================== @@ -0,0 +1,24 @@ +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Linux] + - Version [e.g. 21c] + +**Additional context** +Add any other context about the problem here. + +/label -bug \ No newline at end of file
===================================== .gitlab/issue_templates/Feature.md ===================================== @@ -0,0 +1,8 @@ +**Describe the feature** +Briefly describe the feature you would like see. + +**Is there a prototype?** +If you have a prototype, provide links to illustrate this addition. This is the best way to propose a new feature. + +**Describe the feature in more detail** +Provide more information to describe the feature.
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/2de12cd70652794979529cdfc...