aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
https://aesara.readthedocs.io
Other
1.17k stars 156 forks source link

gh: refactor community files #1471

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

This PR aims to move the CONTRIBUTING.md and CODE_OF_CONDUCT.md files 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.

dgerlanc commented 1 year ago

Do we have any links to these documents that need updating?

SauravMaheshkar commented 1 year ago

Do we have any links to these documents that need updating?

@dgerlanc Addressed in a12acba43c204f535b13c4f59fa29673606f38de and e8cd98716ff2fc6dd27c744c8389e9bdca7362c4

SauravMaheshkar commented 1 year ago

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.

dgerlanc commented 1 year ago

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 (dgerlanc) and we can find a time.

dgerlanc commented 1 year ago

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 (dgerlanc) and we can find a time.

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 git.

SauravMaheshkar commented 1 year ago

broken in any of the commits. Feel free to hit me up still if you want to go over how I did in git.

thank you 😄