Last updated by
5 years ago
Page: Developer Guidelines, Version:0
Overview
If you're looking for documentation about the Grails source code see the Developer Documentation, this page serves as a guideline to the processes for committers working on Grails. As Grails takes on more developers it is important that a process is followed so that that Grails maintains a high level of quality. This section details that process.The Change Approval Process
Clearly not every great idea should be added directly to Grails, as a commiter you have a responsibility to inform others of new ideas before touching the codebase. The following process should be followed as a general rule:- Send an email to the developer list with proposals of the change/new feature
- If the change is agreed (and ultimately the final decision is down to the Grails project lead Graeme) add a new JIRA issue.
- When committing the changes refer to the JIRA issue number in the commit comments, e.g. GRAILS-001
- Make sure you only do minor commits without approval