Skip to content

Commit

Permalink
added instructions for final check in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasankarka committed Sep 9, 2024
1 parent 061ce03 commit 4d4583e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,20 @@ Following this structure ensures that similar functionalities are grouped togeth
```

4. **Make Your Changes**: Implement your changes in your branch.
5. **Commit Your Changes**: Commit your changes with a clear and descriptive commit message.
5. **Run Tests**: NuMojo now uses the `Magic` package manager by Modular. To ensure that all unit tests pass, the NuMojo module packages correctly, and the .mojo files are properly formatted, run the following command:
```sh
magic run final
```
6. **Commit Your Changes**: Commit your changes with a clear and descriptive commit message.

```sh
git commit -m "Add feature XYZ"
```

6. **Push Your Changes**: Push your branch to your fork on GitHub.
7. **Push Your Changes**: Push your branch to your fork on GitHub.

```sh
git push origin feature-name
```

7. **Submit a Pull Request**: Open a pull request to the `main` branch of the original repository.
8. **Submit a Pull Request**: Open a pull request to the `main` branch of the original repository.

0 comments on commit 4d4583e

Please sign in to comment.