forked from mycloudnexus/cc-api-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the support email to the contributing document
- Loading branch information
1 parent
4bd9884
commit 1ead7ea
Showing
1 changed file
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,6 @@ | |
limitations under the License. | ||
--> | ||
|
||
<!-- | ||
TODO: Add security e-mail address | ||
TODO: Add contact information for general support questions | ||
TODO: Formatting? | ||
--> | ||
|
||
# Contributing to cc-api-sandbox | ||
|
||
## Welcome! | ||
|
@@ -46,7 +40,7 @@ As you look to contribute here, please bear in mind our values, the 5 S's, and h | |
|
||
There are a few types of issues you can file here: | ||
|
||
- bug: Something doesn't work the way it should? That's probably a bug. Please include a careful, step-by-step guide to reproducing the bug, if possible. If reproducing the bug is hard to do without access to your environment, leave a note to that effect and we'll try to reach out for a private and secure conversation. If you have a security-sensitive ticket that you don't want to file publicly, please email **_insert security email address here_** instead of opening a ticket. | ||
- bug: Something doesn't work the way it should? That's probably a bug. Please include a careful, step-by-step guide to reproducing the bug, if possible. If reproducing the bug is hard to do without access to your environment, leave a note to that effect and we'll try to reach out for a private and secure conversation. If you have a security-sensitive ticket that you don't want to file publicly, please email [[email protected]](mailto:[email protected]) instead of opening a ticket. | ||
|
||
- enhancement: Also known as Feature Requests, Enhancement tickets are for when you have something in mind that the Console Connect API Sandbox does not do but that you would like it to. Before filling out a feature request, we recommend you check our roadmap for features already planned. If you don’t see it on there, go ahead and fill in a request. Depending on your project and timelines, this may also be a great opportunity to try your hand at contributing to this project. | ||
|
||
|
@@ -72,7 +66,7 @@ Once you're ready to start, here are the steps to follow: | |
|
||
3. Fill out the pull request template according to the steps in it - we're not ultra strict here, but it helps make our review process smoother. | ||
|
||
4. Once you're ready for review, remove the | ||
4. Once you're ready for review, remove the template instructions and mark your PR as ready for review by removing the draft status if you had it set. | ||
|
||
### What to expect from our code reviews | ||
|
||
|
@@ -84,7 +78,7 @@ Testing deserves a special callout. In general, we don't want merge requests to | |
|
||
## What if I just have a question? | ||
|
||
Great! We'll do our best to answer, you can reach us by **_input link or email address or other method for open source community to use for asking questions_**. | ||
Great! We'll do our best to answer, you can reach us by opening an issue, or by emailing us at [[email protected]](mailto:[email protected]). | ||
|
||
## Thanks! | ||
|
||
|