Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-26Merge branch 'ml-test-plan-issue-template' into 'master'Mek Stittri
Add Test plan issue template See merge request gitlab-org/gitlab-ce!21227
2018-08-17Add Test plan issue templateMark Lapierre
2018-08-16Documentation process at GitLabMarcia Ramos
2018-08-15Add Acceptance testing issue templateZeger-Jan van de Weg
2018-08-15Fix `bin/secpick` rainbow gem error, and security branch prefixingMichael Kozono
2018-07-17Merge Templates updatesMarcel Amirault
2018-07-03Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Andreas Kämmerle
update-template-name-via-sentence-case # Conflicts: # .gitlab/issue_templates/Feature proposal.md
2018-07-03Merge branch 'update-template-name-via-sentence-case-research' into 'master'🚄 Job van der Voort 🚀
Update template name via sentence case (research) See merge request gitlab-org/gitlab-ce!19327
2018-07-03Merge branch 'update-template-name-via-sentence-case-secutiry' into 'master'🚄 Job van der Voort 🚀
Update template name via sentence case (security) See merge request gitlab-org/gitlab-ce!19328
2018-07-03Merge branch 'update-template-name-via-sentence-case-db-changes' into 'master'🚄 Job van der Voort 🚀
Update template name via sentence case (database changes) See merge request gitlab-org/gitlab-ce!19329
2018-06-06update issue template to encourage collaboration and metrics🚄 Job van der Voort 🚀
2018-06-01Update template name via sentence case (database changes)Andreas Kämmerle
2018-06-01Update template name via sentence case (security)Andreas Kämmerle
2018-06-01Update template name via sentence caseAndreas Kämmerle
2018-06-01Update template name via sentence caseAndreas Kämmerle
2018-05-15Improve the squash step in the 'Database Changes' MR templateRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-11Improve code review section in MR templates. refs #46297Olivier Gonzalez
2018-05-07Update Security Developer Workflow.mdJames Lopez
2018-04-18Fix link in Security Developer Workflow.mdJames Lopez
2018-04-17add initial dev task template for working on a security issueJames Lopez
2018-04-16`package-qa` was renamed to `package-and-qa`Robert Speicher
[ci skip]
2018-04-03Merge branch 'docs-add-qa-step-to-database-mr-template' into 'master'Yorick Peterse
Update the 'Database Changes' MR template to add a step for QA See merge request gitlab-org/gitlab-ce!16670
2018-03-27Update the Documentation MR templateAchilleas Pipinellis
[ci skip]
2018-02-24Bug.md: Use html comments instead of asking to remove the noticeCarlos Soriano Sánchez
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
2018-01-24Update the 'Database Changes' MR template to add a step for QARémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-16Docs: document new redirect for Disqus commentsMarcia Ramos
2017-11-23Simplify the DB changes checklistYorick Peterse
This removes some somewhat redundant checkboxes from the template and rephrases the introduction now that those settings are in GDK. [ci skip]
2017-11-09Simplify Feature Proposal templateMark Pundsack
2017-10-30Add .gitlab/route-map.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-10Added a template for database changesYorick Peterse
This template includes a rather large (but fairly easy to follow) checklist. This checklist should hopefully take away quite a bit of work from database specialists by requiring authors to provide all the necessary info. [ci skip]
2017-06-21a new feature checklist and more elaborate documentation requirementsJob van der Voort
2017-06-21Mention both CE and EE issue trackers in description templatesMark Fletcher
[skip ci]
2017-05-31Ask for an example project for bug reportsMark Fletcher
* 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]
2017-05-11Add summary lines for collapsed details in the bug report templateMark Fletcher
[skip ci]
2017-04-28Add notice at the beginning of issue templates asking reporters to check for ↵Rémy Coutable
duplicates first [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-27Fix checks markup in bug templateSean McGivern
Triple backticks aren't allowed inside <details> elements, so add an explicit <pre> instead.
2017-04-12Let uses hide verbose output by defaultZ.J. van de Weg
[ci skip]
2017-03-17documentation blurb in issue templateJob van der Voort
2017-02-1627605 Add research proposal to issue templatestauriedavis
2017-02-08Try to disambiguate the Bug issue templateRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-06Encourage bug reporters to mention if they use GitLab.com [ci skip]Adam Niedzielski
2016-10-14remove a period that can be annoyingDe Wet Blomerus
2016-09-02Rename behaviour to behavior in bug issue template for consistencyClement Ho
2016-09-01Add MR Documentation description templateAchilleas Pipinellis
2016-08-25Link to the issue templates in Contributing guideMark Fletcher
Change to use a better title style Add backticks to code segments Spelling and Grammar
2016-08-24Reflect template addition in the contributing guideMark Fletcher
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
2016-08-23First pass for community issue templatesMark Fletcher
* Include "Bug" template from the contribution guide * Include "Feature Proposal" template from the contribution guide