Skip to content

Commit 8d02ded

Browse files
authored
docs: add contributing (#1)
Additionally fix typo in readme for workflow
1 parent e4d248b commit 8d02ded

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing
2+
3+
This project welcomes contributions for bug fixes, documentation updates, new
4+
features, or whatever you might like. Development is done through GitHub pull
5+
requests. Feel free to reach out on the [Bytecode Alliance
6+
Zulip](https://bytecodealliance.zulipchat.com/) as well if you'd like assistance
7+
in contributing or would just like to say hi.
8+
9+
## Code of Conduct
10+
11+
This is a [Bytecode Alliance](https://bytecodealliance.org/) project, and follows the Bytecode Alliance's [Code of Conduct](https://github.com/bytecodealliance/governance/blob/main/CODE_OF_CONDUCT.md).
12+
13+
## License
14+
15+
This project is licensed under the Apache 2.0 license with the LLVM exception.
16+
See [LICENSE](LICENSE) for more details.
17+
18+
### Contribution
19+
20+
Unless you explicitly state otherwise, any contribution intentionally submitted
21+
for inclusion in this project by you, as defined in the Apache-2.0 license,
22+
shall be licensed as above, without any additional terms or conditions.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `setup-wasi-sdk-action`
22

3+
A [Bytecode Alliance](https://bytecodealliance.org/) project
4+
35
[![Cross-platform](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cross-platform.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cross-platform.yml)
46
[![CMake-compatible](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/cmake.yml)
57
[![Environment-safe](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/env-safe.yml/badge.svg?branch=main)](https://github.com/bytecodealliance/setup-wasi-sdk-action/actions/workflows/env-safe.yml)
@@ -26,7 +28,7 @@ runner:
2628
2729
For more advanced usage, see the following examples:
2830
- [Use with CMake](.github/workflows/cmake.yml)
29-
- [Use without overriding environment](.github/workflows/variables.yml)
31+
- [Use without overriding environment](.github/workflows/env-safe.yml)
3032
3133
### Inputs
3234

0 commit comments

Comments
 (0)