Skip to content

Commit 74133e9

Browse files
Update contributing, changelog, and stale.yml files
1 parent 6670834 commit 74133e9

File tree

5 files changed

+3
-26
lines changed

5 files changed

+3
-26
lines changed

.github/workflows/stale.yml

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See [`test/Examples.purs`](./test/Examples.purs) for real-world examples.
2929
`string-parsers` documentation is stored in a few places:
3030

3131
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-string-parsers).
32-
2. Written documentation and [the changelog](./docs/CHANGELOG.md) are kept in [the docs directory](./docs).
32+
2. Written documentation is kept in [the docs directory](./docs).
3333
3. Usage examples can be found in [the test suite](./test).
3434

3535
If you get stuck, there are several ways to get help:
@@ -43,6 +43,6 @@ You can contribute to `string-parsers` in several ways:
4343

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

46-
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.
46+
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.
4747

4848
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.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# String Parsers Documentation
22

3-
This directory contains documentation for `string-parsers`. If you are interested in contributing new documentation, please read the [contributor guidelines](../.github/CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.
3+
This directory contains documentation for `string-parsers`. If you are interested in contributing new documentation, please read the [contributor guidelines](../CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.

0 commit comments

Comments
 (0)