Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move documentation files in the docs folder #347

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- When developing a new feature, include at least one test when applicable.
- When submitting a PR, please follow [this template](PULL_REQUEST_TEMPLATE.md) (which will probably be already filled up once you create the PR).
- When submitting a PR with changes to user interface (e.g.: new screen, ...), please add screenshots to the PR description.
- When submitting a PR, please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/wiki/Prepare-testing-GitHub-Pages-for-your-PR), copy the link and place it in your PR.
- When submitting a PR, please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Prepare-testing-GitHub-Pages-for-your-PR), copy the link and place it in your PR.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- When submitting a PR, please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Prepare-testing-GitHub-Pages-for-your-PR), copy the link and place it in your PR.
- When submitting a PR, please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/wiki/Prepare-testing-GitHub-Pages-for-your-PR), copy the link and place it in your PR.

No need to add "docs" to the path, as this is an actual Wiki page. So it does not refer to the wiki file on the repository :)

- When you are finished with your work, please squash your commits otherwise we will squash them on your PR (this can help us maintain a clear commit history).
- When creating an issue to report a bug in the project, please follow our [bug_report.md](https://github.com/anitab-org/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md) template.
- Issues labeled as “First Timers Only” are meant for contributors who have not contributed to the project yet. Please choose other issues to contribute to, if you have already contributed to these type of issues.
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Fixes # [ISSUE]
### How Has This Been Tested?

<!-- If you are working on a design then add a gif to show the responsiveness of your design.
Please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/wiki/Prepare-testing-GitHub-Pages-for-your-PR) and share the link of deployed site here. -->
Please follow [testing guidelines](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Prepare-testing-GitHub-Pages-for-your-PR) and share the link of deployed site here. -->

### Checklist:

Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions Wiki.md → docs/Wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _**Note**: This is only needed if you want to contribute to the project._
If you want to contribute to the project you will have to create your own copy of the project on GitHub. You can do this by clicking the
**Fork** button that can be found on the top right corner of the [landing page]([https://github.com/anitab-org/anitab-org.github.io]) of the repository.

## [](https://github.com/anitab-org/anitab-org.github.io/wiki/Fork,-Clone-&-Remote#clone)Clone
## [](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Fork,-Clone-&-Remote#clone)Clone
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## [](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Fork,-Clone-&-Remote#clone)Clone
## [](https://github.com/anitab-org/anitab-org.github.io/wiki/Fork,-Clone-&-Remote#clone)Clone

No need for this change, if you are keeping the link of the Wiki :)


_**Note**: For this you need to install [git](https://git-scm.com/) on your machine. You can download the git tool from [here](https://git-scm.com/downloads)._

Expand All @@ -19,7 +19,7 @@ where `YOUR_GITHUB_USER_NAME` is your GitHub handle.

`git clone https://github.com/anitab-org/anitab-org.github.io`

## [](https://github.com/anitab-org/anitab-org.github.io/wiki/Fork,-Clone-&-Remote#remote)Remote
## [](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Fork,-Clone-&-Remote#remote)Remote
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## [](https://github.com/anitab-org/anitab-org.github.io/docs/wiki/Fork,-Clone-&-Remote#remote)Remote
## [](https://github.com/anitab-org/anitab-org.github.io/wiki/Fork,-Clone-&-Remote#remote)Remote

Removing for same reason as above ;)


_**Note**: This is only needed if you want to contribute to the project._

Expand Down
Loading