diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e5c04a..35ebd63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,12 +14,6 @@ limitations under the License. --> - - # Contributing to cc-api-sandbox ## Welcome! @@ -42,12 +36,11 @@ As you look to contribute here, please bear in mind our values, the 5 S's, and h - Stateless: Be adaptable. Be open minded, and willing to try new things. Be willing to iterate, and comfortable with getting started when things are still ambiguous. Be informed and passionate, but flexible - strong opinions, weakly held. - ## Reporting an Issue 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 [support@consoleconnect.com](mailto:support@consoleconnect.com) 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. @@ -55,7 +48,6 @@ There are a few types of issues you can file here: - feedback: Not quite a feature request or a bug, but not really a question either? Feel free to leave general feedback here. We don't guarantee we'll act on all feedback, but we'll certainly read it. - ## Writing Code If you've got a pet peeve you want fixed, or a great idea for something to improve, here's your best bet for fixing it! We recommend you file a ticket according to reporting an issue above so there's a record of exactly what you're looking to fix, but once that's done we follow a fairly standard fork -> merge request model for community contributions. @@ -70,12 +62,11 @@ Once you're ready to start, here are the steps to follow: 1. Fork the repo into your own namespace. -2. Make a branch for your work. We recommend using the Github "Open Pull Request" button  +2. Make a branch for your work. We recommend using the Github "Open Pull Request" button 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 ### What to expect from our code reviews @@ -87,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 [support@consoleconnect.com](mailto:support@consoleconnect.com). ## Thanks!