Skip to content

Adding Guidance Documentation for Contributors#18

Open
izzymsft wants to merge 5 commits intopydantic:mainfrom
projectAcetylcholine:project-contributors
Open

Adding Guidance Documentation for Contributors#18
izzymsft wants to merge 5 commits intopydantic:mainfrom
projectAcetylcholine:project-contributors

Conversation

@izzymsft
Copy link
Contributor

This satisfies #16

new file: CONTRIBUTORS.md

@izzymsft
Copy link
Contributor Author

@Kludex when you have a moment, could you take a look? Thanks

@Kludex Kludex requested a review from Copilot July 15, 2025 09:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a CONTRIBUTORS.md file to provide guidance for external contributors, covering areas of contribution, setup steps, and required checks before submitting pull requests.

  • Introduces sections on contribution areas and best practices
  • Details pre-commit setup, linting, and testing commands
  • Includes links to project resources and communication channels
Comments suppressed due to low confidence (3)

CONTRIBUTORS.md:24

  • Use triple backticks for fenced code blocks instead of four; change bash to bash.
````bash

CONTRIBUTORS.md:34

  • [nitpick] Remove "etc" for clarity and adjust heading to something like "### Running Linters and Tests".
### Running Lints and Tests etc

CONTRIBUTORS.md:43

  • Use triple backticks for this fenced code block as well; change to ```bash.
````bash

CONTRIBUTORS.md Outdated
- python code updates (adding functionality, fixing bugs, adding code documentation etc.)
- writing new unit tests, fixing existing unit tests
- reporting issues
- making suggestions for feature requestions and improvements
Copy link

Copilot AI Jul 15, 2025

Choose a reason for hiding this comment

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

Spelling typo: "requestions" should be corrected to "requests".

Suggested change
- making suggestions for feature requestions and improvements
- making suggestions for feature requests and improvements

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks this will be fixed shortly

CONTRIBUTORS.md Outdated
Your PR may not be accepted if it fails these checks.

It is usually a good idea to keep the branch in your fork up-to-date with the upstream branch if you are planning
to work on your changes over an extended period of time.
Copy link

Copilot AI Jul 15, 2025

Choose a reason for hiding this comment

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

There are two spaces between "work on"—reduce to a single space.

Suggested change
to work on your changes over an extended period of time.
to work on your changes over an extended period of time.

Copilot uses AI. Check for mistakes.
@izzymsft
Copy link
Contributor Author

@copilot @Kludex

I am going to send in the changes shortly

@izzymsft
Copy link
Contributor Author

@Kludex the changes have been pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants