summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates
Commit message (Collapse)AuthorAgeFilesLines
* Update Test plan.mdMark Lapierre2018-10-101-18/+18
| | | | Add ~"test plan" label and update attributes
* Merge branch 'ml-test-plan-issue-template' into 'master'Mek Stittri2018-08-261-0/+96
|\ | | | | | | | | Add Test plan issue template See merge request gitlab-org/gitlab-ce!21227
| * Add Test plan issue templateml-test-plan-issue-templateMark Lapierre2018-08-171-0/+96
| |
* | Documentation process at GitLabMarcia Ramos2018-08-161-0/+54
| |
* | Add Acceptance testing issue templateZeger-Jan van de Weg2018-08-151-0/+100
| |
* | Fix `bin/secpick` rainbow gem error, and security branch prefixingMichael Kozono2018-08-151-4/+4
|/
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Andreas Kämmerle2018-07-033-3/+8
|\ | | | | | | | | | | | | update-template-name-via-sentence-case # Conflicts: # .gitlab/issue_templates/Feature proposal.md
| * Merge branch 'update-template-name-via-sentence-case-research' into 'master'🚄 Job van der Voort 🚀2018-07-031-0/+0
| |\ | | | | | | | | | | | | Update template name via sentence case (research) See merge request gitlab-org/gitlab-ce!19327
| | * Update template name via sentence caseupdate-template-name-via-sentence-case-researchAndreas Kämmerle2018-06-011-0/+0
| | |
| * | Merge branch 'update-template-name-via-sentence-case-secutiry' into 'master'🚄 Job van der Voort 🚀2018-07-031-0/+1
| |\ \ | | | | | | | | | | | | | | | | Update template name via sentence case (security) See merge request gitlab-org/gitlab-ce!19328
| | * | Update template name via sentence case (security)update-template-name-via-sentence-case-secutiryAndreas Kämmerle2018-06-011-0/+1
| | |/
| * | update issue template to encourage collaboration and metrics🚄 Job van der Voort 🚀2018-06-061-2/+8
| |/
* | Update template name via sentence caseupdate-template-name-via-sentence-caseAndreas Kämmerle2018-06-011-0/+2
|/
* Update Security Developer Workflow.mdJames Lopez2018-05-071-2/+2
|
* Fix link in Security Developer Workflow.mdJames Lopez2018-04-181-1/+3
|
* add initial dev task template for working on a security issueJames Lopez2018-04-171-0/+68
|
* Bug.md: Use html comments instead of asking to remove the noticeCarlos Soriano Sánchez2018-02-241-4/+2
| | | | | | | | | | | | The issue template for bugs has a notice at the start that mentions to search for duplicates before creating a new issue. Then the reporter is asked to remove the notice once read, presumptively to avoid noise in the actual issue. Instead of that, we can make that part of the issue template an html comment, so it won't be rendered in the final result. This avoids the tedious task of removing that part of the notice. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43580
* Simplify Feature Proposal templatesimplify-feature-proposalsMark Pundsack2017-11-091-42/+1
|
* a new feature checklist and more elaborate documentation requirementsJob van der Voort2017-06-211-6/+18
|
* Mention both CE and EE issue trackers in description templatesMark Fletcher2017-06-212-1/+14
| | | | [skip ci]
* Ask for an example project for bug reportsMark Fletcher2017-05-311-0/+6
| | | | | | | | | | | * Bugs reported in the GitLab Issue trackers should be reproducible * Asking reporters to reproduce on GitLab.com is reasonable * It lets us know whether the issue still exists in latest * It ensures that the steps to reproduce are solid * It gives Developers a live example to work from * Reporter can verify the fix in the example project once shipped [skip ci]
* Add summary lines for collapsed details in the bug report templateMark Fletcher2017-05-111-0/+2
| | | | [skip ci]
* Add notice at the beginning of issue templates asking reporters to check for ↵Rémy Coutable2017-04-282-0/+31
| | | | | | | | duplicates first [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix checks markup in bug templatefix-issue-template-expansionSean McGivern2017-04-271-0/+4
| | | | | Triple backticks aren't allowed inside <details> elements, so add an explicit <pre> instead.
* Let uses hide verbose output by defaultZ.J. van de Weg2017-04-121-0/+8
| | | | [ci skip]
* documentation blurb in issue templateJob van der Voort2017-03-171-0/+10
|
* 27605 Add research proposal to issue templates27605-research-proposal-templatetauriedavis2017-02-161-0/+17
|
* Try to disambiguate the Bug issue template27718-improve-bug-templateRémy Coutable2017-02-081-12/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Encourage bug reporters to mention if they use GitLab.com [ci skip]Adam Niedzielski2016-12-061-0/+2
|
* Rename behaviour to behavior in bug issue template for consistencyClement Ho2016-09-011-1/+1
|
* Link to the issue templates in Contributing guideMark Fletcher2016-08-252-17/+18
| | | | | | | | Change to use a better title style Add backticks to code segments Spelling and Grammar
* Reflect template addition in the contributing guideMark Fletcher2016-08-241-1/+5
| | | | | | | | | | | | Adjust bug template to adhere to standard bug report format * https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines * Guidelines use the following format - Summary - Steps to Reproduce - Expected Behaviour - Actual Behaviour
* First pass for community issue templatesMark Fletcher2016-08-232-0/+46
* Include "Bug" template from the contribution guide * Include "Feature Proposal" template from the contribution guide