Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[autofix] Format Markdown #690

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
---
name: 🐛 Bug Report
about: Create a report to help improve the project
title: \U0001F41B <CHANGE BUG REPORT TITLE HERE>
labels: 🐛 bug
assignees: kdeldycke
---
______________________________________________________________________

## name: 🐛 Bug Report about: Create a report to help improve the project title: \\U0001F41B <CHANGE BUG REPORT TITLE HERE> labels: 🐛 bug assignees: kdeldycke

#### Preliminary checks

- [ ] I am running the latest version
- [ ] I have [read the Code of Conduct](https://github.com/kdeldycke/mail-deduplicate/blob/main/.github/code-of-conduct.md)
- [ ] I have checked there is not other [Issues](https://github.com/kdeldycke/mail-deduplicate/issues) or [Pull Requests](https://github.com/kdeldycke/mail-deduplicate/pulls) covering the same topic to open
- \[ \] I am running the latest version
- \[ \] I have [read the Code of Conduct](https://github.com/kdeldycke/mail-deduplicate/blob/main/.github/code-of-conduct.md)
- \[ \] I have checked there is not other [Issues](https://github.com/kdeldycke/mail-deduplicate/issues) or [Pull Requests](https://github.com/kdeldycke/mail-deduplicate/pulls) covering the same topic to open

#### Describe the bug

Expand Down
13 changes: 8 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
______________________________________________________________________

name: 🎁 Feature request
about: Suggest an idea for this project
title: 🎁 <CHANGE FEATURE NAME HERE>
labels:
- 🎁 feature request
- 🙏 help wanted
assignees: kdeldycke
---

- 🎁 feature request
- 🙏 help wanted
assignees: kdeldycke

______________________________________________________________________

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...\]
Expand Down
26 changes: 13 additions & 13 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@

This PR fixes/implements the following bugs/features:

- [ ] Bug 1
- [ ] Bug 2
- [ ] Feature 1
- [ ] Feature 2
- [ ] Breaking changes
- \[ \] Bug 1
- \[ \] Bug 2
- \[ \] Feature 1
- \[ \] Feature 2
- \[ \] Breaking changes

Explain the motivation for making this change. What existing problem does the pull request solve?

#### Preliminary checks

- [ ] I have [read the Code of Conduct](https://github.com/kdeldycke/mail-deduplicate/blob/main/.github/code-of-conduct.md)
- [ ] I have referenced above all [issues](https://github.com/kdeldycke/mail-deduplicate/issues) related to the changes I'm bringing
- [ ] I have checked there is no other [Pull Requests](https://github.com/kdeldycke/mail-deduplicate/pulls) covering the same thing I'm about to address
- \[ \] I have [read the Code of Conduct](https://github.com/kdeldycke/mail-deduplicate/blob/main/.github/code-of-conduct.md)
- \[ \] I have referenced above all [issues](https://github.com/kdeldycke/mail-deduplicate/issues) related to the changes I'm bringing
- \[ \] I have checked there is no other [Pull Requests](https://github.com/kdeldycke/mail-deduplicate/pulls) covering the same thing I'm about to address

#### New Features Submissions:

1. [ ] Does your submission pass tests?
1. [ ] Have you lint your code locally prior to submission?
1. \[ \] Does your submission pass tests?
1. \[ \] Have you lint your code locally prior to submission?

#### Changes to Core Features:

- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your core changes, as applicable?
- [ ] Have you successfully ran tests with your changes locally?
- \[ \] Have you added an explanation of what your changes do and why you'd like us to include them?
- \[ \] Have you written new tests for your core changes, as applicable?
- \[ \] Have you successfully ran tests with your changes locally?
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide-toc: true
---
______________________________________________________________________

## hide-toc: true

```{include} ../readme.md
```
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Standalone executables of `mdedup`'s latest version are available for several pl
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------------------------------- |
| **Linux** | [Download `mdedup-linux-x64.bin`](https://github.com/kdeldycke/mail-deduplicate/releases/latest/download/mdedup-linux-x64.bin) | |
| **macOS** | [Download `mdedup-macos-x64.bin`](https://github.com/kdeldycke/mail-deduplicate/releases/latest/download/mdedup-macos-x64.bin) | [Download `mdedup-macos-arm64.bin`](https://github.com/kdeldycke/mail-deduplicate/releases/latest/download/mdedup-macos-arm64.bin) |
| **Windows** | [Download `mdedup-windows-x64.exe`](https://github.com/kdeldycke/mail-deduplicate/releases/latest/download/mdedup-windows-x64.exe) | |
| **Windows** | [Download `mdedup-windows-x64.exe`](https://github.com/kdeldycke/mail-deduplicate/releases/latest/download/mdedup-windows-x64.exe) | |