mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 11:50:52 +08:00
Ignore dist files in repository, update PRtemplate (#1894)
* Ignore all permutations of dist in git * Update PR template to direct contributors The current template is largely being ignored with many PRs coming through with "yes/no". Hopefully the text at the top will actually catch peoples attention and keep the "clutter blindness" down that I think is making people ignore the table entirely. Also the note about dist files is pretty unnecessary with a properly setup gitignore file.
This commit is contained in:
parent
0aa0e04234
commit
9b948340d7
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,6 @@
|
||||
<!-- Please change the Answers in the table below
|
||||
to reflect the contents of your pull request. -->
|
||||
|
||||
| Q | A
|
||||
| ---------------- | ---
|
||||
| Bug fix? | yes/no
|
||||
@ -11,7 +14,3 @@
|
||||
### Description
|
||||
|
||||
[Description of the bug or feature]
|
||||
|
||||
--
|
||||
|
||||
#### Please don't submit `/dist` files with your PR!
|
||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,9 +1,8 @@
|
||||
.DS_Store
|
||||
dist/electron/*
|
||||
dist/web/*
|
||||
dist/
|
||||
*/dist/*
|
||||
build/*
|
||||
static/themes/*
|
||||
src/muya/dist/
|
||||
src/muya/node_modules/
|
||||
coverage
|
||||
.vscode
|
||||
|
Loading…
Reference in New Issue
Block a user