-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' of https://github.com/WaifuAPI/Documentation i…
…nto staging
- Loading branch information
Showing
4 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
# Contributing to Waifu.it | ||
|
||
We love your input! We want to make contributing to this project as easy as possible, whether it's: | ||
|
||
- Submitting a fix | ||
- Reporting an issue | ||
- Becoming a maintainer | ||
- Proposing new features | ||
- Discussing the current state of the code | ||
|
||
## Code of Conduct | ||
|
||
The code of conduct is described in [Code of Conduct](CODE_OF_CONDUCT.md). | ||
|
||
## Feature Request | ||
|
||
Great Feature Requests tend to have: | ||
|
||
- A quick idea summary. | ||
- What & why you wanted to add the specific feature. | ||
- Additional context like images, links to resources to implement the feature etc, etc. | ||
|
||
## License | ||
|
||
By contributing to Animu Documentation, you agree that your contributions will be licensed | ||
under the [LICENSE file](LICENSE.md). | ||
# Contributing Guidelines | ||
|
||
Welcome to the Waifu.it community! We value your contributions and aim to make the process of contributing as straightforward as possible. You can help in various ways, such as: | ||
|
||
- Fixing issues | ||
- Reporting bugs or problems | ||
- Becoming a project maintainer | ||
- Proposing new features | ||
- Engaging in discussions about the project's codebase | ||
|
||
## Code of Conduct | ||
|
||
Please review our [Code of Conduct](CODE_OF_CONDUCT.md) to understand our community's behavior standards. | ||
|
||
## Feature Requests | ||
|
||
If you have a feature in mind, we appreciate it when feature requests include: | ||
|
||
- A concise summary of the idea | ||
- Explanation of what the feature is and why it would be beneficial | ||
- Any additional context, like images or resources that could help in implementing the feature | ||
|
||
## Licensing | ||
|
||
By contributing to the Waifu.it project, you agree that your contributions will be subject to the terms specified in our [LICENSE file](LICENSE.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ function MyButton() { | |
|
||
export default function MyApp() { | ||
return <MyButton /> | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Introduction | ||
|
||
Welcome to the documentation for Waifu.it - a high-level API that provide anime related information from numerous | ||
entertainment mediums (such as anime, manga, light novels, movies etc.), along with links to these contents from publicly-available online | ||
sources. This website intends to inform you about how to use both the API ([https://waifu.it](https://waifu.it)). | ||
Welcome to the documentation for Waifu.it, a comprehensive API that offers a wealth of anime-related information spanning various entertainment mediums, including anime, manga, light novels, and movies. Additionally, it provides direct links to these contents from publicly accessible online sources. This documentation aims to guide you on how to effectively utilize the API, which can be accessed at [https://waifu.it](https://waifu.it). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters