Skip to content

Commit 94752e6

Browse files
authored
Cleanup (#1)
* Cleanup * Update references
1 parent 08bcc33 commit 94752e6

File tree

21 files changed

+21
-287
lines changed

21 files changed

+21
-287
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: "\U0001F41B Bug Report"
22
description: Submit a bug report to help us improve
33
title: "[BUG]: "
44
projects:
5-
- "project-name"
5+
- "document-to-markdown"
66
labels:
77
- bug
88
body:
99
- type: markdown
1010
attributes:
1111
value: |
1212
Thanks for taking the time to fill out this bug report!
13-
Please make sure you have searched for a similar [issue](https://github.com/mozilla-ai/project-name/issues) before submitting a new one.
13+
Please make sure you have searched for a similar [issue](https://github.com/mozilla-ai/document-to-markdown/issues) before submitting a new one.
1414
1515
- type: textarea
1616
id: description
@@ -62,7 +62,7 @@ body:
6262
description: Please share your system info with us.
6363
placeholder: |
6464
- OS: [e.g., macOS Sonoma]
65-
- Project-name version: [e.g. commit SHA]
65+
- document-to-markdown version: [e.g. commit SHA]
6666
validations:
6767
required: true
6868

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: "\U0001F680 Feature Request"
22
description: Suggest an idea for this project
33
title: "[FEATURE]: "
44
projects:
5-
- "Project-name"
5+
- "document-to-markdown"
66
labels:
77
- enhancement
88
body:
99
- type: markdown
1010
attributes:
1111
value: |
1212
Thanks for taking the time to fill out this form!
13-
Please make sure you have searched for a similar [issue](https://github.com/mozilla-ai/project-name/issues) before submitting a new one.
13+
Please make sure you have searched for a similar [issue](https://github.com/mozilla-ai/document-to-markdown/issues) before submitting a new one.
1414
1515
- type: textarea
1616
id: motivation
@@ -40,7 +40,7 @@ body:
4040
label: Contribution
4141
description: |
4242
Is there any way that you could help, e.g. by submitting a PR?
43-
Make sure to read the [contribution guidelines](https://github.com/mozilla-ai/project-name/blob/main/CONTRIBUTING.md).
43+
Make sure to read the [contribution guidelines](https://github.com/mozilla-ai/document-to-markdown/blob/main/CONTRIBUTING.md).
4444
placeholder: |
4545
I could help by...
4646
validations:

.github/setup.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ on:
66
paths:
77
- mkdocs.yml
88
- 'docs/**'
9-
- 'src/**'
109
pull_request:
1110
paths:
1211
- mkdocs.yml
1312
- 'docs/**'
14-
- 'src/**'
1513
workflow_dispatch:
1614

1715
jobs:

.github/workflows/lint.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/package.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/tests.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)