Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Merge requests
!281
CONTRIBUTING: Add issue tracking and code contribution details
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CONTRIBUTING: Add issue tracking and code contribution details
wip/contributing
into
master
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
Simon McVittie
requested to merge
wip/contributing
into
master
4 years ago
Overview
0
Commits
2
Pipelines
4
Changes
1
Expand
/cc
@denittis
@timo
Merge request reports
Viewing commit
7a54d314
Prev
Next
Show latest version
1 file
+
25
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7a54d314
CONTRIBUTING: Add issue tracking and code contribution details
· 7a54d314
Simon McVittie
authored
4 years ago
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
CONTRIBUTING.md
+
25
−
1
Options
# Contributing to steam-runtime-tools
(TODO: more general information here)
## Issue tracking
Our main bug tracking system for the whole Steam Runtime is
<https://github.com/ValveSoftware/steam-runtime/issues>
. Before reporting
an issue, please take a look at the
[
bug reporting information
](
https://github.com/ValveSoftware/steam-runtime/blob/master/doc/reporting-steamlinuxruntime-bugs.md
)
to make sure your issue report contains all the information we need.
The issue tracker on our Gitlab installation,
`gitlab.steamos.cloud`
, is
primarily used by steam-runtime-tools developers to track issues for
which we already know the technical details of what is happening.
## Contributing code
At the moment our Gitlab installation,
`gitlab.steamos.cloud`
, is not
set up to receive merge requests from third-party contributors. However,
git is a distributed version control system, so it is possible to push a
clone of the steam-runtime-tools git repository to some other git hosting
platform (such as Github or
`gitlab.com`
) and send a link to a proposed
branch via an issue report.
If you want to contribute code to steam-runtime-tools, please include a
`Signed-off-by`
message in your commits to indicate acceptance of the
[
Developer's Certificate of Origin
](
https://developercertificate.org/
)
terms.
## Doing test-builds
Loading