From 2a811de5c5da930b62c406d9526a907e4cd38a7c Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 20:35:47 -0600 Subject: [PATCH 1/6] Add a contributing file that has style guidelines --- .github/contributing.md | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/contributing.md diff --git a/.github/contributing.md b/.github/contributing.md new file mode 100644 index 0000000..3575579 --- /dev/null +++ b/.github/contributing.md @@ -0,0 +1,59 @@ +# Contributing Guidelines + +## General Overview +Code can be edited and changed on the `main` branch, any large features or + +## Code Style + + + +## Extras +If there's anything you think was missed please open a [new discussion](https://github.com/Oliver-Akins/file-hider/discussions/new?category=general) +on GitHub so it can be discussed. \ No newline at end of file From 567682f841c9d9fb130995d8c52a521fb90f0aa4 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 20:40:55 -0600 Subject: [PATCH 2/6] Add the obsidian-releases folder I have to the gitignore so it doesn't get accidentally commited --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 26e335f..f43585c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ main.js # obsidian data.json +obsidian-releases # Exclude macOS Finder (System Explorer) View States .DS_Store From b078a2d92c86a52a1c230b7807f0d9816e11a5a4 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 20:42:18 -0600 Subject: [PATCH 3/6] Add contributing reference to the readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a45b72..2b13651 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,8 @@ and adding the `File Hider: Toggle Visibility` command. ## Issues? Feature Requests? If you want to report a bug or request a new feature, go to the [GitHub Repo](https://github.com/Oliver-Akins/file-hider/issues/new/choose) and -open an issue. \ No newline at end of file +open an issue. + +## Contributing +If you would like to contribute to the codebase, please make sure to read the +[contributing guidelines](https://github.com/Oliver-Akins/file-hider/blob/main/.github/contributing.md) \ No newline at end of file From f8d67dee87df9299f8e2f0f977305730874601a6 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 21:00:22 -0600 Subject: [PATCH 4/6] Change the checkbox confirmation to just a markdown warning --- .github/ISSUE_TEMPLATE/bug.yaml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 523a711..9154c19 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -3,6 +3,15 @@ description: The template for all 3rd party bug reports labels: - bug body: + - type: markdown + attributes: + value: >- + # Before You Begin + Make sure that you have checked the [issues](https://github.com/Oliver-Akins/file-hider/issues) + page for any bug reports that are similar to yours, if you've found a + similar one, make a comment on that issue with your extra information. + + --- - type: markdown attributes: value: '# Version Information' @@ -60,17 +69,3 @@ body: List steps that can reproduce the issue. If this is left blank, issues may be deemed lower priority and take longer to fix. value: 1. Hide a file/folder - - type: markdown - attributes: - value: |- - --- - - # Confirmations - - type: checkboxes - attributes: - label: Have you? - options: - - label: >- - I have checked that there isn't already a bug on the GitHub issue - tracker for this issue - required: true From f61d0fa697c4019f77fc46013dffd7c3aa84d272 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 21:01:34 -0600 Subject: [PATCH 5/6] Remove the line that was causing weird formatting --- .github/ISSUE_TEMPLATE/bug.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 9154c19..2570f75 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -10,8 +10,6 @@ body: Make sure that you have checked the [issues](https://github.com/Oliver-Akins/file-hider/issues) page for any bug reports that are similar to yours, if you've found a similar one, make a comment on that issue with your extra information. - - --- - type: markdown attributes: value: '# Version Information' From 63b244d5b892b52b43284b6954c0367ef024a33e Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 9 Jun 2022 21:02:15 -0600 Subject: [PATCH 6/6] Add line to prevent header continuation --- .github/ISSUE_TEMPLATE/bug.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 2570f75..72abc43 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -7,6 +7,7 @@ body: attributes: value: >- # Before You Begin + Make sure that you have checked the [issues](https://github.com/Oliver-Akins/file-hider/issues) page for any bug reports that are similar to yours, if you've found a similar one, make a comment on that issue with your extra information.