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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,20 @@ This repository is a template for how to set up a reproducible python environmen
9
9
To be able to create a python package, we need a folder with the name of the package (in this repository `mypackage`), and a `pyproject.toml` file.
10
10
11
11
12
+
12
13
## Make a repository citable
13
14
The easiest way to make your repository citable is to add a `CITATION.cff` file to the repository, as it is supported by both
14
15
[Zenodo's](https://zenodo.org/) and it's [Github integration](https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content) and [Github](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) itself.
15
16
17
+
## Adding an issue template
18
+
See [Adding an issue template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) for more information.
19
+
16
20
## Contributing
17
21
18
22
Contributions are always welcome!
19
23
20
24
See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.
21
25
22
-
A good idea is to look at the [issue tracker](https://github.com/jorgensd/reproducibility/issues) and see if you can resolve any open issues.
26
+
A good idea is to look at the [issue tracker](https://github.com/jorgensd/reproducibility/issues) and see if you can resolve any open issues. A list of good first issues can be found [here](https://github.com/jorgensd/reproducibility/contribute)
23
27
24
28
If you find a bug in the source code, please [open an issue](https://github.com/jorgensd/reproducibility/issues/new).
0 commit comments