gh: refactor community files#1471
gh: refactor community files#1471dgerlanc merged 1 commit intoaesara-devs:mainfrom SauravMaheshkar:main
Conversation
|
Do we have any links to these documents that need updating? |
dgerlanc
left a comment
There was a problem hiding this comment.
Can you squash these all into a single commit and rebase on top of the main branch?
If you're not comfortable doing that feel free to message me and I can walk you through doing it.
Yes thank you, can you walk me through it. |
Happy to do so - feel free to hit me up on Element (@dgerlanc:matrix.org) or the Aesara Discord room ( |
- Update links in `pyproject.toml` and `README.md`
I merged these into one commit so that the links aren't broken in any of the commits. Feel free to hit me up still if you want to go over how I did in |
thank you 😄 |
This PR aims to move the
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdfiles from the root of the directory to the.github/directory. Github looks for a contribution guideline file in the following order:.github dir > project root > docs dir(source). Moving the file to the.github/dir leads to a minimal project structure without any functional change.