Github repository: https://github.com/JCSDA/spack-stack
Documentation: https://spack-stack.readthedocs.io/en/latest/
Table of Contents |
---|
https://docs.google.com/spreadsheets/d/1k3aMu8gkEsAZGJRUqYTx1iQG4xFnJGqe/edit#gid=220490890
If you are going to contribute to the spack-stack repository, development is done by forking the spack-stack repository. This section contains steps to fork spack-stack from https://github.com/JCSDA/spack-stack, make changes, and issue a PR.
git clone https://github.com/<your_username>/spack-stack.git
git remote rename origin <your_name>
. This can be verified by running git remote -v
git push <your_name> feature/<your_branch>
. Then open the PR request form in a bowser adding the necessary information and setting the base repository to JCSDA/spack-stack.For further reading on using github forks, checkout this site and this one too.