Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

 

  Make a Security JIRA - If there isa patch attach it to the JIRA

 

- Discuss the issue and test the patch in JIRA

 

- At the point where we agree on the patch - then generate the PR and immediately merge it.

...

Basic steps:

  1. Open a Security JIRA.
  2. Unlike a typical patch that would go directly into a PR (pull request), the patch will be attached to the JIRA for review. 
  3. After patch is approved , commit it directly to Sakai trunk using (example below). When pushed, Git will have an entry for the author, as specified explicitly above, and the committer, whoever pushes in the patch. 
git commit --author="Joe Smith <joe.smith@genericinstitution.edu>"