- Home
- >
- Guide
- >
- How To
- >
- Editors
- >
- Admin
- >
- Source Files
Testing and development files are maintained in a git repo. Files can be tested locally using or on a dedicated subdomain.
Set Up
- Create GitHub Account
- Get sharing permission from repo
- Set up a GIT GUI, such as Sourcetree
- Connect Simon's Rock Git to local
Pull Request
Use a pull request to submit code changes. Prior to making the request check the following
to confirm that quality code is being submitted.
- Test HTML/CSS changes locally. Confirm that the code:
- Does not have typos
- Does not break another part of the code
- Works across browsers and devices.
- When starting the pull request, check the "files changed." The files changed should
only include relevant changes to the pull request. If additional files are present:
- consider pulling the remote branch to your branch prior to making the pull request.
Merge changes locally and then try the pull request again.
- Alternatively, the pull request could be on the wrong branch. Assess if there is another
branch that is more in sync with the branch you are working off of.
- Name the Pull Request According to the following convention
- Feature: description or Bugfix: description
- The description should give a concise summary of the benefit of the new code.
- Check in with team about branches whenever:
- Starting significant project
- Creating a new branch
- Submitting pull request