Skip to content

Commit 071f1c4

Browse files
committed
update with main branch
1 parent 2f7fa62 commit 071f1c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTION.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Thank you for considering contributing to our project! We welcome contributions
2222
3. Add Rye on your system if it is not installed already. [Source](https://rye-up.com/guide/installation/)
2323
4. Install all the dependencies using `rye sync`.
2424
5. Install pre-commit hook using `rye run pre-commit install`
25-
6. Run `rye add package_name` (if you wish to add any packages as per your requirements.)
26-
6. Run tests using `rye run pytest` or `rye run pytest -k test_function_name -v` to run specific file.
27-
7. Do not push changes without the tests and coverage passing
28-
8. Commit your changes with **proper** commit messages in imperative form like `Add my best feature`, `Fix issues casusing whatever`, `Update docs` etc: [Good reference here](https://cbea.ms/git-commit/)
29-
9. Make changes and push to your forked repository
30-
10. Create PR to the forked repository as mentioned below
25+
6. Run `rye add package_name` (if you wish to add any packages as per your requirements.) and make sure to execute ```rye sync``` to add these dependencies in your working environment.
26+
7. Run tests using `rye run pytest` or `rye run pytest -k test_function_name -v` to run specific file.
27+
8. Do not push changes without the tests and coverage passing
28+
9. Commit your changes with **proper** commit messages in imperative form like `Add my best feature`, `Fix issues causing whatever`, `Update docs` etc: [Good reference here](https://cbea.ms/git-commit/)
29+
10. Make changes and push to your forked repository
30+
11. Create PR to the forked repository as mentioned below
3131

3232

3333
### Pull Requests (PRs):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "center-randomize"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Exam Center Randomization Script"
55
authors = [
66
{ name = "Manisha Bhandari", email = "[email protected]" }
77
]

0 commit comments

Comments
 (0)