From 64fbb369c4d88f9b02287188e02db47fceef40c2 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 26 Feb 2019 09:11:29 +0000 Subject: [PATCH] Update CONTRIBUTING.md Adding in details of issues tab Mirrored from community commit ba9468a98bb56e781144fc95cf03e8bdc3aa814a --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 708a1ece10..833f899f75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,8 +14,7 @@ Useful but not necessary: ## Making changes -We use GitHub's issue to track issues. If you are committing a fix for a raised issue please include the ticket number in both the merge requests and the git commit messages. -For example a fix for the ticket [ALF-21953](https://issues.alfresco.com/jira/browse/ALF-21953) might have the git commit message: "ALF-21953 Updated to use super pom v9". +We use GitHub's issues to track community contributions and issues. If you are committing a fix for a raised issue please reference the issue number in the pull request. If you are adding in a new feature or bug fix please raise an issue in the issues tab. By raising an issue in this project you will be agreeing to the Alfresco Contribution Agreement which can be found [here](https://community.alfresco.com/docs/DOC-7070-alfresco-contribution-agreement).