Skip to content

Commit

Permalink
Add a pull request template for the user repo.
Browse files Browse the repository at this point in the history
The goal is to prevent PRs in the user repo.
  • Loading branch information
PatrickMassot committed Dec 18, 2023
1 parent 2298888 commit fa025d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions user_repo_source/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
WARNING:
There is no point in opening a pull-request in this repository.

This is not the relevant repository to contribute to Mathematics in Lean. This repository is cloned by people who want to study the book. It is automatically created from the source repository which can be found at https://github.com/avigad/mathematics_in_lean_source and where you can open a pull-request.

3 changes: 2 additions & 1 deletion user_repo_source/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"MIL.lean": true,
"README.md":true,
".lake": true,
".devcontainer": true
".devcontainer": true,
".github": true
},
"editor.minimap.enabled": false,
"editor.acceptSuggestionOnEnter": "off",
Expand Down

0 comments on commit fa025d6

Please sign in to comment.