Skip to content

Commit

Permalink
Update contributing, changelog, and stale.yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Sep 20, 2020
1 parent 6b17010 commit 9c0e9d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/stale.yml

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ See the [docs](./docs) for an in-depth overview of the rest of the Argonaut Core
`argonaut-core` documentation is stored in a few places:

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

If you get stuck, there are several ways to get help:
Expand All @@ -104,6 +104,6 @@ You can contribute to `argonaut-core` in several ways:

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

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

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.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Argonaut Core Documentation

This directory contains documentation for `argonaut-core`. 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.
This directory contains documentation for `argonaut-core`. 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.

## Tutorial

Expand Down

0 comments on commit 9c0e9d2

Please sign in to comment.