Yann Leboulanger pushed to branch master at gajim / gajim
Commits: 6d3c1d97 by Yann Leboulanger at 2017-08-30T21:25:06+02:00 add issue templates - - - - - 30efd222 by Yann Leboulanger at 2017-08-30T21:32:49+02:00 Merge branch 'master' into 'master' Add issue templates See merge request !127 - - - - - 2 changed files: - + .gitlab/issue_templates/Bug.md - + .gitlab/issue_templates/Enhancement.md Changes: ===================================== .gitlab/issue_templates/Bug.md ===================================== --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,21 @@ +**Please first check if another issue has been opened for your problem** + +## Versions + + - OS: + - Gajim version: + - GTK version: + - Python-nbxmpp version: + +## Steps to reproduce the problem + + 1. + 1. + 1. + +## Expected behavior + + +## Actual behavior + + ===================================== .gitlab/issue_templates/Enhancement.md ===================================== --- /dev/null +++ b/.gitlab/issue_templates/Enhancement.md @@ -0,0 +1,5 @@ +**Please note by far the quickest way to get a new feature is to file a Merge Request.** + +## Description of the new feature + + View it on GitLab: https://dev.gajim.org/gajim/gajim/compare/b7efb3604ed3c0fd2fe95b02b5304039003cb7db...30efd2228efb1537331f7e0c463175cb5e8c691e --- View it on GitLab: https://dev.gajim.org/gajim/gajim/compare/b7efb3604ed3c0fd2fe95b02b5304039003cb7db...30efd2228efb1537331f7e0c463175cb5e8c691e You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
