-
Notifications
You must be signed in to change notification settings - Fork 2
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
Docs: Contribution Guide #462
Conversation
6df4051
to
5282693
Compare
This PR has been updated to merge into the #452 (which it was based on) so that the PR diff views appear properly. |
…contributing-guidlines Proposed "When to Create an Issue" section
I can't figure out whats going on with the diff on this PR. it should only have a few markdown files different from |
d8c0b24
to
e3f5499
Compare
- Provide details on PR dependencies - Call out the bulleted list
In generaly, now new content was added, but links and images to existing resources were added. In some cases, clarifying words were added to emphasize particular points. In few cases, the linting of the file was improved. Most of the linting issues in this file were not touched.
This fixes and standardizes the whitespace, and indention in the file. Not all of the automatic suggestions were taken at face value. Plenty of them were manually reverted or manually adjusted to better match human expectations.
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 putting this together!
I made the last adjustments I felt necessary. At this point, are there any other blocking requirements to merge this PR?
- `remove unused imports` | ||
- `refactor test runner` | ||
- `document API endpoints` | ||
- Use lowercase letters |
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.
But I like writing my commits in sentence case with the first letter capitalized. Is that an issue?
This allows an IDE to open up just that nested root folder, and still have access to the getting started guide.
Overview
This PR introduces a Contribution Guide that makes official a lot of assumed practices on the Autograder development team, and helps new developers know how to contribute.
Please give your feedback! I don't want this to be just the Dallin said so document. What needs changing? What's redundant or too much? What's missing?
Details
CONTRIBUTING.md
Future Work
Two things come to mind as I've been working on this, which should be separate issues
Also, this branch was based on the
README-improvements
branch, not main, so a rebase might be required if this PR is finished before the other one