Update contributing.md (#3815)

* Update contributing docs

* Reformat HTML file to prompt github runners
This commit is contained in:
Erin Song 2025-05-22 09:11:00 -07:00 committed by GitHub
parent 3791962a13
commit 23f6b0658e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -11,8 +11,8 @@ There are a handful of things we do not commit to the repository:
## Branch naming convention
For developers, you can auto-deploy your code to your sandbox (if applicable) by naming your branch thusly: jsd/123-feature-description
Where 'jsd' stands for your initials and sandbox environment name (if you were called John Smith Doe), and 123 matches the ticket number if applicable.
Name your branches in the format `your_initials/issue_number-description`. For example: `ab/1234-update-documentation`.
If your branch name starts with `your_initials/`, the (deploy-sandbox)[.github/workflows/deploy-sandbox.yaml] workflow will auto-deploy your pushed branch code to your sandbox if your branch has a PR.
## Project Management
@ -28,6 +28,3 @@ Every issue in this respository and on the project board should be appropriately
We also have labels for each discipline and for research and project management related tasks. While this repository and project board track development work, we try to document all work related to the project here as well.
## Branch Naming
Our branch naming convention is `name/issue_no-description`, for example: `lmm/1234-add-contributing-doc`.

View file

@ -54,7 +54,6 @@
<link rel="canonical" href="{{ CANONICAL_PATH }}">
{% endblock %}
{% block feeds %}{% endblock %}
{% block extra_head %}{% endblock %}