Skip to content

Commit 003c740

Browse files
committed
change order of contribution options
1 parent 01d9577 commit 003c740

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55
There are three ways to contribute:
66

77
- [Use the Suggestion Form](#option-1-use-the-suggestion-form)
8-
- [Create a Pull Request](#option-2-create-a-pull-request)
9-
- [Create an Issue](#option-3-create-an-issue)
8+
- [Create an Issue](#option-2-create-an-issue)
9+
- [Create a Pull Request](#option-3-create-a-pull-request)
1010

1111
## Option 1: Use the Suggestion Form
1212

1313
On most pages of CatDat, you will find a suggestion form at the bottom. Use it to contribute new data, report an issue, or make a suggestion. After submission, the form automatically creates a GitHub issue, which we then review and try to resolve and implement.
1414

1515
This option does not require any knowledge of GitHub or coding, making it accessible to everyone. It also does not require following any guidelines for adding new data (see below).
1616

17-
## Option 2: Create a Pull Request
17+
## Option 2: Create an Issue
18+
19+
If you want to report a bug or submit a feature request, you can [**create an issue**](https://github.com/ScriptRaccoon/CatDat/issues/new). You will need a GitHub account for this.
20+
21+
## Option 3: Create a Pull Request
1822

1923
Create a [**pull request**](https://github.com/ScriptRaccoon/CatDat/pulls). You will need a GitHub account.
2024

@@ -152,7 +156,3 @@ As a practical guideline, avoid introducing more than four properties (or four c
152156

153157
1. Use `\varnothing` to display the empty set, not `\emptyset`.
154158
2. Write `non-empty`, not `nonempty`. Same for `non-unital`, `non-expansive`, etc.
155-
156-
## Option 3: Create an Issue
157-
158-
If you want to report a bug or submit a feature request, you can [**create an issue**](https://github.com/ScriptRaccoon/CatDat/issues/new). You will need a GitHub account for this.

src/routes/contribute/+page.svelte

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,19 @@
4949
to everyone. It also does not require following any guidelines for adding new data.
5050
</p>
5151

52-
<h3>Option 2: Create a Pull Request</h3>
52+
<h3>Option 2: Create an Issue</h3>
53+
54+
<p>
55+
Create an
56+
<a
57+
class="accent"
58+
href="https://github.com/ScriptRaccoon/CatDat/issues/new"
59+
target="_blank">issue</a
60+
>
61+
on GitHub. You will need a GitHub account.
62+
</p>
63+
64+
<h3>Option 3: Create a Pull Request</h3>
5365

5466
<p>
5567
Create a
@@ -65,16 +77,4 @@
6577
>.
6678
</p>
6779

68-
<h3>Option 3: Create an Issue</h3>
69-
70-
<p>
71-
Create an
72-
<a
73-
class="accent"
74-
href="https://github.com/ScriptRaccoon/CatDat/issues/new"
75-
target="_blank">issue</a
76-
>
77-
on GitHub. You will need a GitHub account.
78-
</p>
79-
8080
<SuggestionForm />

0 commit comments

Comments
 (0)