Skip to content

Commit c5f3ca8

Browse files
Update contributing, changelog, and stale.yml files
1 parent ec87248 commit c5f3ca8

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

.github/workflows/stale.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Left "An error occurred while decoding a JSON value:\n At object key 'age':\n
7373
`argonaut-codecs` documentation is stored in a few places:
7474

7575
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-argonaut-codecs).
76-
2. Written documentation and [the changelog](./docs/CHANGELOG.md) are kept in [the docs directory](./docs).
76+
2. Written documentation is kept in [the docs directory](./docs).
7777
3. Usage examples can be found in [the test suite](./test).
7878

7979
If you get stuck, there are several ways to get help:
@@ -87,6 +87,6 @@ You can contribute to `argonaut-codecs` in several ways:
8787

8888
1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-argonaut-codecs/issues). We'll do our best to work with you to resolve or answer it.
8989

90-
2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./.github/CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.
90+
2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.
9191

9292
3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed.

0 commit comments

Comments
 (0)