We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To be done only once for each user:
git clone https://github.com/cemitch99/lattice-standard.git
To be done each time to submit a PR, in your local repo:
cd lattice-standard
git checkout -b add_template
git status
git add pull_request_element_template.md
git commit -m "Add element template."
git push origin add_template
The text was updated successfully, but these errors were encountered:
Do we want to put this in the Repo? Otherwise the instructions may get buried.
Sorry, something went wrong.
No branches or pull requests
To be done only once for each user:
(e.g., https://github.com/cemitch99/lattice-standard.git)
git clone https://github.com/cemitch99/lattice-standard.git
To be done each time to submit a PR, in your local repo:
cd lattice-standard
git checkout -b add_template
For example, add a new file "pull_request_element_template.md"
git status
git add pull_request_element_template.md
git commit -m "Add element template."
git push origin add_template
e.g., go to: https://github.com/cemitch99/lattice-standard/pull/new/add_template
The text was updated successfully, but these errors were encountered: