How to write Issue & PR #460
GarimaSingh0109
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Writing an Issue
An issue is a way to track bugs, enhancements, or tasks within a project. Here’s how to create a well-structured issue:
Title:
Write a concise and descriptive title.
Example: Login page does not validate special characters
Description:
Clearly describe the issue or request. Include:
Writing a Pull Request (PR)
A pull request is a request to merge code changes from one branch into another, typically from a feature branch into the main branch. Here’s how to write a clear and effective PR:
Title:
Example: Fix issue with user authentication on login
Description:
Beta Was this translation helpful? Give feedback.
All reactions