You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the following details about the item you want to add to the list:
12
12
13
-
**Rationale for the change**
13
+
```json
14
+
{
15
+
"title": "",
16
+
"description": "",
17
+
"url": "",
18
+
"region": [],
19
+
"language": [],
20
+
"type": [],
21
+
"period": []
22
+
}
23
+
```
14
24
15
-
Briefly and concisely explain why you want to change the list.
25
+
Check [maehr.github.io/awesome-digital-history/](https://maehr.github.io/awesome-digital-history/) for the list of available regions, languages, types, and periods.
16
26
17
-
Please note that this project is released with a
18
-
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this
19
-
project you agree to abide by its terms.
27
+
**Rationale for the addition**
28
+
29
+
Briefly explain why you think this item should be added to the list and how it fits the criteria for inclusion.
30
+
31
+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
Please provide the following details about the item you want to change:
12
+
13
+
- old entry
14
+
15
+
```json
16
+
{
17
+
"title": "",
18
+
"description": "",
19
+
"url": "",
20
+
"region": [],
21
+
"language": [],
22
+
"type": [],
23
+
"period": []
24
+
}
25
+
```
26
+
27
+
- new entry
28
+
29
+
```json
30
+
{
31
+
"title": "",
32
+
"description": "",
33
+
"url": "",
34
+
"region": [],
35
+
"language": [],
36
+
"type": [],
37
+
"period": []
38
+
}
39
+
```
40
+
41
+
Check [maehr.github.io/awesome-digital-history/](https://maehr.github.io/awesome-digital-history/) for the list of available regions, languages, types, and periods.
42
+
43
+
**Item to be changed**
44
+
45
+
Please provide the title of the item you wish to change and a link to it, if applicable.
46
+
47
+
**Reason for change(s)**
48
+
49
+
Briefly explain why you believe this item should be changed.
50
+
51
+
**Proposal for change(s)**
52
+
53
+
Please provide / suggest changes [noch besser formulieren]
54
+
55
+
**Additional context**
56
+
57
+
Add any other context or screenshots about the change request here.
58
+
59
+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
Please provide the title of the item you wish to remove and a link to it, if applicable.
12
12
13
-
**Rationale for the change**
13
+
**Reason for Removal**
14
14
15
-
Briefly and concisely explain why you want to change the list.
15
+
Briefly explain why you believe this item should be removed from the list.
16
16
17
-
Please note that this project is released with a
18
-
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this
19
-
project you agree to abide by its terms.
17
+
**Alternative(s)**
18
+
19
+
Are there any alternatives that could be added to the list in place of this item?
20
+
21
+
**Additional context**
22
+
23
+
Add any other context or screenshots about the removal request here.
24
+
25
+
Please note that this project is governed by a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Add / Remove / Change `{entry name}` in `src/lib/data/entries.json`.
4
+
5
+
<!-- NOTE: Please do not skip the template -->
2
6
3
7
**Short pitch**
4
8
5
-
Describe why this change is made. Alternatively, refer to existing issues if
6
-
any. You could try to answer:
9
+
Describe why this change is made. Alternatively, refer to existing issues if any. You could try to answer:
7
10
8
-
- Why do / don't you find this tool awesome?
9
-
- How do you use this tool in your workflow?
10
-
- What advantages / disadvantages does it have compared to {another tool}?
11
+
- Why do you find this resource awesome?
12
+
- How do you use this resource in your workflow?
13
+
- What advantages / disadvantages does it have compared to {another resource}?
11
14
12
-
## Checklist
15
+
###Checklist
13
16
14
-
-[ ] I have read and understood the [contribution guidelines](https://github.com/writing-resources/awesome-scientific-writing/blob/main/CONTRIBUTING.md).
15
-
-[ ] Table of contents has been updated (if a section is added / removed).
16
-
-[ ] Contents have been sorted alphabetically.
17
+
Please ensure that you have completed the following tasks:
17
18
18
-
<!-- NOTE: Please do not skip the template -->
19
+
-[ ] I have read and understood the [contribution guidelines](CONTRIBUTING.md).
20
+
-[ ] I have run `npm run prepare` to sort the entries in `src/lib/data/entries.json` alphabetically and to generate the `README.md` file.
21
+
-[ ] I have run `npm run format` to format the repository code.
22
+
-[ ] I have run `npm run awesome-lint` to ensure that the `README.md` file is formatted correctly.
23
+
24
+
### Criteria for accepting a pull request
25
+
26
+
_Contributors, please ensure that_:
27
+
28
+
- A **short pitch** is included in the pull request description.
29
+
- The addition you proposed is NOT part of [everything that did not make it into the list](https://github.com/maehr/awesome-digital-history/wiki).
30
+
31
+
_Maintainers, please ensure that_:
32
+
33
+
- The above criteria are followed.
34
+
- The tests pass on the CI.
35
+
- In the case of addition or removal, make an assessment of the awesomeness of the entry.
36
+
37
+
### Updating your PR
38
+
39
+
If the maintainers notice anything that needs to be changed, they will ask you to edit your PR before merging it. Please do not open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR.
40
+
41
+
### Appendix: running lint tests
42
+
43
+
To run tests locally using Node.js, you need to install the dependencies first:
0 commit comments