-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add Contribution guideline in Readme #127
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
Conversation
|
Rather, that's what the |
As @PgBiel said, these instructions should go in the |
|
@naveen521kk this is a great idea! Please address my comments :) |
|
Also, it would be good to include language about pulling from upstream/master right before PRing, resolving merge conflicts locally and only then submitting the PR |
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.
imo, most people here will know how to use Git, so first and foremost we should specify what we want from PRs. More specifically:
- If code changes are being made, please include documentation following the guidelines in the Wiki (typings are also welcome, but we can probably do them for you, given the documentation);
- (For the maintainers of this repo) Label PRs appropriately;
- Link relevant issues;
- Ensure compatibility with the latest changes in the repo.
|
So, should I add it in the top? @PgBiel |
|
yes |
CONTRIBUTING.md
Outdated
| As this is a Fork of [Manim from 3b1b](https://github.com/3b1b/manim), contributing can be a bit confusing. So here is a small guide on it. | ||
|
|
||
| 1. First, make a fork of either this Repository. | ||
| 2. Then clone the repository you forked by the command below. |
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.
| 2. Then clone the repository you forked by the command below. | |
| 2. Then, clone the repository you forked using the command below (bash/zsh). |
PgBiel
left a comment
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.
May I ask what led you to undoing b462fc2?
|
Anything else to be done? |
|
Just waiting for @PgBiel 's approval :) |
|
…into contrib-guide
|
I redid it. That was while |
|
Think so |
Fix #124
In this PR, I have added contributing guidelines for Dev in ReadMe.