-
Notifications
You must be signed in to change notification settings - Fork 3.1k
move CODE_OF_CONDUCT.md and CONTRIBUTING.md for improved accessibility #2036
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
base: develop
Are you sure you want to change the base?
Conversation
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
@Borda have you build docs locally to confirm mkdocs pulls those files from |
|
One more thing. We currently link to |
Is there is reason why there is a hard-coded URL path? |
Is there any reason why we wouldn't like hard-coded URL here? You want to replace it with |
Well, no refactoring tool would work with it, and you need to keep in mind many edge-cases, also it does not allow any change since it would break between the dev and release branches... |
|
Cool let's update to |
|
waiting for #2061 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2036 +/- ##
=======================================
Coverage 52% 52%
=======================================
Files 61 61
Lines 7076 7076
=======================================
Hits 3657 3657
Misses 3419 3419 🚀 New features to boost your workflow:
|
This pull request updates the documentation to ensure that the code of conduct and contributing guidelines reference the correct files in the
.githubdirectory. This helps centralize and standardize these important documents.Documentation updates:
docs/code_of_conduct.mdto point to.github/CODE_OF_CONDUCT.mdinstead ofCODE_OF_CONDUCT.md.docs/contributing.mdto point to.github/CONTRIBUTING.mdinstead ofCONTRIBUTING.md.