From b99f7f1ce31735f4e12d37af17f0a9e7f859ae3e Mon Sep 17 00:00:00 2001 From: Tim Lawton <85966553+TimLawton-Auth0@users.noreply.github.com> Date: Mon, 18 Apr 2022 08:22:33 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 249ddcb9..befca0a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,16 +1,15 @@ + # Contributing to Auth0 projects -A big welcome and thank you for considering contributing to the Auth0 open source projects. It’s people like you that make it a reality for users in our community. +A big welcome and thank you for considering contributing to the Auth0 projects. It’s people like you that make it a reality for users in our community. -Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests. +Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue. ### Quicklinks * [Code of Conduct](#code-of-conduct) * [Getting Started](#getting-started) * [Making Changes](#making-changes) - * [Opening Issues](#opening-issues) - * [Submitting Pull Requests](#submitting-pull-requests) * [Getting in Touch](#getting-in-touch) * [Got a question or problem?](#got-a-question-or-problem?) * [Vulnerability Reporting](#vulnerability-reporting) @@ -23,29 +22,9 @@ By participating and contributing to this project, you are expected to uphold ou ### Making Changes -When contributing to a repository, the first step is to open an issue in that repository to discuss the change you wish to make before making them. - -### Opening Issues - -Before you submit a new issue please make sure to search all open and closed issues. It is possible your feature request/issue has already been answered. - -[Opening an issue] (https://auth0.com/docs/troubleshoot/customer-support/open-and-manage-support-tickets). - -### Submitting Pull Requests - -Same goes for PRs, please search all open and closed PRs before submitting a new one. We do not want duplicate effort. - -In general, we follow the "fork-and-pull" Git workflow. - -* Fork the repository to your own Github account -* Clone the project to your machine -* Create a branch locally with a succinct but descriptive name -* Commit changes to the branch -* Push changes to your fork -* Open a Pull Request in the repository (not your own fork) and follow the PR template so that we can efficiently review the changes. -* This repository requires 2 reviewers from the IAM-User Management Engineering Team before a Pull Request can be merged. +To contribute to a repository, the first step is to open a support ticket -NOTE: Be sure to merge the latest from "upstream" before making a pull request. +[Opening a ticket] (https://auth0.com/docs/troubleshoot/customer-support/open-and-manage-support-tickets). ## Getting in touch @@ -57,4 +36,4 @@ Please do not open issues for general support or usage questions. Instead, join Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. -# Usage and running test steps are located in README.md at the root of this repository +# More Information about this service is located in README.md at the root of this repository