Skip to content

Commit

Permalink
TOOLS-2545 CoC should be explicit (#331)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@mnx.io>
  • Loading branch information
bahamat authored Apr 5, 2024
1 parent 6592220 commit b370af0
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!--
Copyright 2019 Joyent, Inc.
Copyright 2022 MNX Cloud, Inc.
Copyright 2024 MNX Cloud, Inc.
-->

# Triton Contribution Guidelines
Expand All @@ -25,7 +25,7 @@ mailing list or IRC](README.md#community). Note that larger Triton project
changes are typically designed and discussed via ["Requests for Discussion
(RFDs)"](https://github.com/TritonDataCenter/rfd).

Triton repositories use the [Joyent Engineering
Triton repositories use the [Triton Engineering
Guidelines](https://github.com/TritonDataCenter/eng/blob/master/docs/index.md).
Notably:

Expand All @@ -40,15 +40,23 @@ There are two separate issue trackers that are relevant for Triton code:

* An internal JIRA instance.

A JIRA ticket has an ID like `IMGAPI-536`, where "IMGAPI" is the JIRA project
A JIRA ticket has an ID like `TRITON-206`, where "TRITON-206" is the JIRA project
name -- in this case used by the
[sdc-imgapi](https://github.com/TritonDataCenter/sdc-imgapi) and related
[sdc-vmapi](https://github.com/TritonDataCenter/sdc-vmapi) and related
repos. A read-only view of most JIRA tickets is made available at
<https://smartos.org/bugview/> (e.g.
<https://smartos.org/bugview/IMGAPI-536>).
<https://smartos.org/bugview/TRITON-206>).
* GitHub issues for the relevant repo, e.g.
<https://github.com/TritonDataCenter/triton/issues>.

Before Triton was open sourced, Joyent engineering used a private JIRA instance.
While Joyent continues to use JIRA internally, we also use GitHub issues for
While we continue to use JIRA internally, we also use GitHub issues for
tracking -- primarily to allow interaction with those without access to JIRA.

## Code of Conduct

All persons and/or organizations contributing to, or intercting with our
repositories or communities are required to abide by the
[illumos Code of Conduct][coc].

[coc]: https://github.com/TritonDataCenter/illumos-joyent/blob/master/CODE_OF_CONDUCT.md

0 comments on commit b370af0

Please sign in to comment.