Skip to content

Commit e240714

Browse files
committed
Rename project
1 parent 984e105 commit e240714

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before contributing a new feature, please discuss the change you want to make vi
66

77
## Issues
88

9-
Before creating a new issue, ensure a similar one has not already been created by searching on GitHub under [Issues](https://github.com/tgrants/grade-check/issues/).
9+
Before creating a new issue, ensure a similar one has not already been created by searching on GitHub under [Issues](https://github.com/tgrants/gradecheck/issues/).
1010

1111
For reporting vulerabilities, see [SECURITY.md](.github/SECURITY.md).
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more detailed instructions, see the [documentation](docs/).
2828
- Download and place your `credentials.json` in this directory
2929
- Create your sheet (see [docs/sheet-format.md](docs/sheet-format.md))
3030
- Share it with the service account
31-
- Clone this repository `git clone https://github.com/tgrants/grade-check.git`
31+
- Clone this repository `git clone https://github.com/tgrants/gradecheck.git`
3232
- Set environment variables
3333
- Copy template `cp .env.example .env`
3434
- Edit it `nano .env` (see the [environment variable documentation](docs/enviornment-variables.md))
@@ -44,7 +44,7 @@ For more detailed instructions, see the [documentation](docs/).
4444

4545
## Updating
4646

47-
- Read the [changelogs](https://github.com/tgrants/grade-check/releases)
47+
- Read the [changelogs](https://github.com/tgrants/gradecheck/releases)
4848
- Pull the latest changes `git pull`
4949
- Make sure `.env` has the same values as `.env.example`
5050
- Rebuild the containers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer class="bg-light py-4">
22
<div class="container text-center">
3-
<a href="https://github.com/tgrants/grade-check" target="_blank">GitHub</a>
3+
<a href="https://github.com/tgrants/gradecheck" target="_blank">GitHub</a>
44
</div>
55
</footer>

docs/linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pylint is run:
88
- during development with `pylint .` (by the developer)
99
- when pushing or creating a pull request (automatically by GitHub actions)
1010

11-
Currently our configuration requires for the score to be at least 7.0/10.0 to pass the test.
11+
Currently our configuration requires for the score to be at least 8.0/10.0 to pass the test.
1212
Editing the pylint config or changing the fail treshold is discouraged unless absolutely necessary.
1313

1414
## Initial setup

0 commit comments

Comments
 (0)