We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e64bb0 commit 303d296Copy full SHA for 303d296
README.md
@@ -60,6 +60,14 @@ async function example(): Promise<void> {
60
example()
61
```
62
63
+## Contributions
64
+
65
+Contributions are welcome! See [Contributor's Guide](https://github.com/kei-g/async-iterable-queue/blob/main/CONTRIBUTING.md)
66
67
+### Code of Conduct
68
69
+:clap: Be nice. See [our code of conduct](https://github.com/kei-g/async-iterable-queue/blob/main/CODE_OF_CONDUCT.md)
70
71
[depencency-image]:https://img.shields.io/librariesio/release/npm/async-iterable-queue?logo=nodedotjs
72
[dependency-url]:https://npmjs.com/package/async-iterable-queue?activeTab=dependencies
73
[github-test-image]:https://github.com/kei-g/async-iterable-queue/actions/workflows/main.yml/badge.svg?branch=main
0 commit comments