Versions Compared

Key

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

Create from Template
blueprintModuleCompleteKeycom.atlassian.confluence.plugins.confluence-knowledge-base:kb-how-to-article-blueprint
contentBlueprintId9408f2bc-3c0e-4d0f-b586-e8e80d211be3
templateName9408f2bc-3c0e-4d0f-b586-e8e80d211be3
titleHow to:
buttonLabelCreate How-to article

General Contributing Guide

 

  1. Make sure that there is a corresponding issue for your change first. If there is none, create one.
  2. Create a fork in GitHub
  3. Create a branch off the master branch. Name it something that that makes sense, such as issue-123 or githubhandle-issue. This makes it easy for everyone to figure out what the branch is used for. It also makes it easier to isolate your change from incoming changes from the origin.
  4. Commit your changes and push your changes to GitHub. 
  5. Create a pull request against the origin's master branch. See how-to submit bug fixes/enhancements.

...

Tip

We use JIRA to keep track of issues, see Ed-Fi Issue Tracker. Keep in mind that some tech components require a license, for access level check out our feature matrix.

 

...

Licensing

  • DO NOT submit PRs Pull Requests that alter licensing related files or headers. If you believe there's a problem with them, file an issue and let us take care of it.

...