Github user zwoop commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1447#discussion_r101343473
--- Diff: CONTRIBUTING.md ---
@@ -1,2 +1,68 @@
Contributing to Apache Traffic Server
+=====================================
+
+All contributions to the **ATS** project should be done via a Github Pull
+Request (aka PR). If you are having an issue, but no code available yet,
you
+should file a Github Issue instead, which later will be linked to a new PR.
+
+
+New Issues process replacing old Jira
-------------------------------------
+
+1. If there is an issue/feature, an existing Jira Ticket, and no code, then
+ create a Github Issue. Copy the relevant information into the Github
Issue
+ and request the Jira Ticket to be closed. Hopefully this use case
wonât
+ happen very often.
+2. If there is an issue/feature and no code, then create a Github Issue.
When
+ there is code later, create a Github Pull Request and reference the
Github
+ Issue.
+3. If there is an issue/feature and code, then create a Github Pull
Request.
+ If there is an existing Jira Ticket or Github Issue refer to the Ticket
or
+ Issue in the Pull Request. Creating a Github Issue is not required for
a
+ Github Pull request.
+
+
+Making a good PR
+----------------
+
+Since Github _PRs_ and _Issues- are now our primary way of tracking both
code
--- End diff --
Thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---