Skip to content

Commit 818ac1f

Browse files
Update contributing, changelog, and stale.yml files
1 parent 1b0e186 commit 818ac1f

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
@@ -40,7 +40,7 @@ Just (FormURLEncoded [(Tuple "a" (Just "aa")),(Tuple "b" (Just "bb"))])
4040
`form-urlencoded` documentation is stored in a few places:
4141

4242
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-form-urlencoded).
43-
2. Written documentation and [the changelog](./docs/CHANGELOG.md) are kept in [the docs directory](./docs).
43+
2. Written documentation is kept in [the docs directory](./docs).
4444
3. Usage examples can be found in [the test suite](./test).
4545

4646
If you get stuck, there are several ways to get help:
@@ -54,6 +54,6 @@ You can contribute to `form-urlencoded` in several ways:
5454

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

57-
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.
57+
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.
5858

5959
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
# Form URLEncoded Documentation
22

3-
This directory contains documentation for `form-urlencoded`. 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 `form-urlencoded`. 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)