The CodingTheory
package for Macaulay2 was created by various authors during a Macaulay2 workshop organized by Cleveland State University held during the summer of 2020.
If you want to make a change to this repository, the procedure is as follows:
- Create a fork of the new repo by clicking the "Fork" button on this page.
- Go to your personal GitHub profile and clone the fork that you just made to your computer.
- Make your changes to the code.
- Commit your changes locally.
- Push your commit to your forked repository on GitHub.
- In your browser, submit a pull request by clicking the "Request pull" button on your fork's page.
Here is a link to some documentation of this process containing specific commands.