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
ce498df8
Commit
ce498df8
authored
Jul 24, 2017
by
Pedro Moreira da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add UX debt label to the contribution guidelines
gitlab-design#29
parent
3d3951a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
CONTRIBUTING.md
CONTRIBUTING.md
+14
-12
No files found.
CONTRIBUTING.md
View file @
ce498df8
...
...
@@ -31,7 +31,7 @@ _This notice should stay as the first item in the CONTRIBUTING.MD file._
-
[
Issue tracker guidelines
](
#issue-tracker-guidelines
)
-
[
Issue weight
](
#issue-weight
)
-
[
Regression issues
](
#regression-issues
)
-
[
Technical
debt
](
#technical
-debt
)
-
[
Technical
and UX debt
](
#technical-and-ux
-debt
)
-
[
Stewardship
](
#stewardship
)
-
[
Merge requests
](
#merge-requests
)
-
[
Merge request guidelines
](
#merge-request-guidelines
)
...
...
@@ -344,27 +344,29 @@ addressed.
[
8.3 Regressions
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/4127
[
update the notes
]:
https://gitlab.com/gitlab-org/release-tools/blob/master/doc/pro-tips.md#update-the-regression-issue
### Technical debt
### Technical
and UX
debt
In order to track things that can be improved in GitLab's codebase, we created
the ~"technical debt" label in
[
GitLab's issue tracker
][
ce-tracker
]
.
In order to track things that can be improved in GitLab's codebase,
we use the ~"technical debt" label in
[
GitLab's issue tracker
][
ce-tracker
]
.
For user experience improvements, we use the ~"UX debt" label.
This label should be added to issues that describe things that can be improved,
shortcuts that have been taken, code that needs refactoring, features that need
additional attention, and all other things that have been left behind due to
high velocity of development.
These labels should be added to issues that describe things that can be improved,
shortcuts that have been taken, features that need additional attention, and all
other things that have been left behind due to high velocity of development.
For example, code that needs refactoring should use the ~"technical debt" label,
user experience refinements should use the ~"UX debt" label.
Everyone can create an issue, though you may need to ask for adding a specific
label, if you do not have permissions to do it by yourself. Additional labels
can be combined with the
`technical debt`
label
, to make it easier to schedule
can be combined with the
se labels
, to make it easier to schedule
the improvements for a release.
Issues tagged with the
`technical debt`
label
have the same priority like issues
Issues tagged with the
se labels
have the same priority like issues
that describe a new feature to be introduced in GitLab, and should be scheduled
for a release by the appropriate person.
Make sure to mention the merge request that the
`technical debt`
issue is
associated with in the description of the issue.
Make sure to mention the merge request that the
~"technical debt" issue or
~"UX debt" issue is
associated with in the description of the issue.
### Stewardship
...
...
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