Skip to content

Commit 0db7ad6

Browse files
committed
Adding MIT license to docs
1 parent 065c6ac commit 0db7ad6

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ The Documentation team at Avail are the primary maintainers of the Avail Documen
44

55
> ℹ️ Please make sure to create an issue outlining your feedback/content request for the docs before creating a PR.
66
> PRs created without approval will be closed. We are open to technical articles on a wide variety of topics related to Avail and Web3 in general. If you have something in mind, please feel free to jump in with an issue on the repo.
7-
<!-- TOC -->
87
98
## How to Contribute Changes via the Avail Documentation Website
109

@@ -17,7 +16,9 @@ Contributing to the Avail Documentation is simple. You'll need a GitHub account
1716
5. **Initiate Pull Request**: Scroll to the bottom and click on **Create pull request**.
1817
6. **Title Your PR**: Give your pull request a descriptive title. For example, if you're editing the "Getting Started" page, you could title it _Update /docs/getting-started.md_.
1918
7. **Describe Changes**: In the pull request description, specify the issue your changes resolve.
19+
2020
> See [GitHub Docs on Linking a Pull Request to an Issue](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) for guidance.
21+
2122
8. **Additional Information**: Provide a concise summary of the changes you've made. Include screenshots or references if applicable.
2223
9. **Submit**: Click **Propose changes** to finalize your pull request. This will create a new branch in your fork.
2324

@@ -38,6 +39,7 @@ Contributing to the Avail Documentation is simple. You'll need a GitHub account
3839
```bash
3940
git clone https://github.com/Genesis3800/docs.git
4041
```
42+
4143
This will create a repo named `docs` in your current directory.
4244

4345
3. **Navigate to the Repository**
@@ -80,8 +82,8 @@ Contributing to the Avail Documentation is simple. You'll need a GitHub account
8082
pnpm run dev
8183
```
8284

83-
This will start a local dev derver at `http://localhost:3000` on your machine.
85+
This will start a local dev derver at `http://localhost:3000` on your machine.
8486

8587
## License
8688

87-
The Avail Project Developer Documentation is licensed under the [MIT License](./LICENSE) free software license.### How to Contribute Changes via the Avail Documentation Website
89+
The Avail Project Developer Documentation is licensed under the [MIT License](./LICENSE) free software license.### How to Contribute Changes via the Avail Documentation Website.

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Avail Project Documentation
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)