Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Grayknife
Empty file.
13 changes: 10 additions & 3 deletions django/{{ cookiecutter.project_slug }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,17 @@
```bash
pre-commit install
```

5. Add a minimal code ownership to `.gitlab/CODEOWNERS`:

```
* @<your-gitlab-username>
```
You can read more about it in our [BetterWiki article](https://singularit.singular-pages.de/better-wiki/wiki/tools/renovate-bot/#optional-auto-assign-mrs).

5. **Delete this section, because its only for the initial setup**
6. **Delete this section, because it's only for the initial setup**

6. Create an initial commit and push to the remote repository:
7. Create an initial commit and push to the remote repository:

```bash
git add .
Expand All @@ -59,7 +66,7 @@
git push --set-upstream origin main
```

7. Add our [Renovate Dog](https://singular-code.de/renovate.dog) to the GitLab repository and follow the instructions in the [BetterWiki article](https://singularit.singular-pages.de/better-wiki/wiki/tools/renovate-bot/#wie-kann-ich-den-renovate-bot-benutzen).
8. Add our [Renovate Dog](https://singular-code.de/renovate.dog) to the GitLab repository and follow the instructions in the [BetterWiki article](https://singularit.singular-pages.de/better-wiki/wiki/tools/renovate-bot/#wie-kann-ich-den-renovate-bot-benutzen).

**------------------- END DELETE SECTION --------------------**

Expand Down
Loading