-
Notifications
You must be signed in to change notification settings - Fork 190
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
base: develop
Are you sure you want to change the base?
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [](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 :)
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [](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 ;)
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing @Ayushi271 !
Just a few comments:
- The placing of the files seems to be correct :)
- The changes in
package-lock.json
are unnecessary so can you please revert the changes to that file? Because these are not related to the issue you're trying to solve - The changes on files under
.github
folder don't need the changes, since even though the file being moved is calledWiki.md
this is not being used for the links you've changed - which are pointing to Wiki page of the repository on GitHub.
Description
Fixes # [ISSUE]
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Code/Quality Assurance Only
As I have made some previous commits but have to delete them that's why I already have moved the files to the doc folder but some links were broken so I fix it in this now it's working fine.