Skip to content

Things a bignner should know before submiting PRs. #9346

Discussion options

You must be logged in to vote

Hey @kozuedoingregression,

Certainly! Here are some key considerations to keep in mind when raising a Pull Request (PR):

1. Ask For an Assignment on the Issue Before Raising a PR:

Before initiating a PR, it is advisable to request an assignment on the relevant issue. This helps in avoiding potential conflicts where two contributors might submit PRs for the same issue simultaneously, preventing ambiguity in the process.

2. Sign Your Commits:

Ensure that you sign your commits to maintain accountability and traceability. You can achieve this by using the -s flag while executing the commit command. For instance:
git commit -s -m "Implementing feature XYZ"

3. Join Our Meetings To Show Your Work:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by saurabh100ni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants