Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
05fd3983
Commit
05fd3983
authored
Sep 16, 2020
by
Thiago Figueiró
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retro followup; template for self-contained implementation issues
parent
75c5c9ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
.gitlab/issue_templates/Implementation.md
.gitlab/issue_templates/Implementation.md
+62
-0
No files found.
.gitlab/issue_templates/Implementation.md
0 → 100644
View file @
05fd3983
<!--
Implementation issues are used break-up a large piece of work into small, discrete tasks that can
move independently through the build workflow steps. They're typically used to populate a Feature
Epic. Once created, an implementation issue is usually refined in order to populate and review the
implementation plan and weight.
Example workflow: https://about.gitlab.com/handbook/engineering/development/threat-management/planning/diagram.html#plan
-->
## Why are we doing this work
<!--
A brief explanation of the why, not the what or how. Assume the reader doesn't know the
background and won't have time to dig-up information from comment threads.
-->
## Relevant links
<!--
Information that the developer might need to refer to when implementing the issue.
-
[
Design Issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/
<id>
)
-
[
Design 1
](
https://gitlab.com/gitlab-org/gitlab/-/issues/
<id>
/designs/
<image>
.png)
-
[
Design 2
](
https://gitlab.com/gitlab-org/gitlab/-/issues/
<id>
/designs/
<image>
.png)
-
[
Similar implementation
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/
<id>
)
-->
## Non-functional requirements
<!--
Add details for required items and delete others.
-->
-
[ ] Documentation:
-
[ ] Feature flag:
-
[ ] Performance:
-
[ ] Testing:
## Implementation plan
<!--
Steps and the parts of the code that will need to get updated. The plan can also
call-out responsibilities for other team members or teams.
-->
-
[ ] ~frontend Step 1
-
[ ] @person Step 1a
-
[ ] ~frontend Step 2
<!--
Workflow and other relevant labels
~"group::" ~"Category:" ~"GitLab Ultimate"
-->
/label ~"workflow::refinement"
<!--
Other settings you might want to include when creating the issue.
/milestone %"Next 1-3 releases"
/assign @
/epic &
-->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment