-
Notifications
You must be signed in to change notification settings - Fork 0
Issue Conventions
Bora Toprak Temir edited this page Mar 26, 2025
·
4 revisions
This document defines the conventions for creating and managing issues in our GitHub repository to ensure consistency, clarity, and efficient collaboration.
Each issue title should follow this format:
[Category] Brief Description
[Bug] Fix crash when saving user settings
[Feature] Add dark mode support
[Enhancement] Optimize database query performance
[Task] Refactor authentication module
Labels help categorize issues based on priority, type, and scope. The following labels are used in our project:
-
pr:low
– Low priority; can be addressed later. -
pr:high
– High priority; should be tackled soon. -
pr:urgent
– Urgent priority; requires immediate attention.
-
bug
– An issue related to a bug in the system. -
feature
– A request for a new feature. -
enhancement
– Improvements to an existing feature. -
task
– General tasks that need to be done. -
documentation
– Issues related to updating documentation. -
question
– Clarifications or inquiries related to the project. -
research
– Subjects that must be researched.
Every issue should follow a structured format for better readability and understanding. Use the following template:
### Description
A clear and concise description of the issue.
### Steps to Reproduce (For Bugs)
1. Step 1
2. Step 2
3. Step 3
### Expected Behavior (For Bugs)
Describe what should happen.
### Actual Behavior (For Bugs)
Describe what actually happens.
### Proposed Solution (If Applicable) (For Bugs)
Provide any suggested fixes or improvements.
### Priority
Label the issue with `pr:low`, `pr:high`, or `pr:urgent`.
### Deadline
Determine the appropriate date for the deadline.
The deadline should give enough time to let the assigned
member finish the issue, but also ideally should be earlier
than the latest possible time to allow for reviews and extensions.
### Additional Context (If required)
Add any other context, logs, or screenshots related to the issue.
- Create Issue: Follow the naming convention and issue description format.
- Label Issue: Assign appropriate labels type, expected time and priority.
- Determine Deadline: Set an appropriate deadline, as detailed in the issue description template.
- Assign Issue: The issue should be assigned to a responsible team member.
- Discussion & Review: Team members can discuss possible solutions.
- Implementation: The issue is worked on and linked to a corresponding PR.
- Testing & Verification: Ensure the issue is resolved before closing.
- Close Issue: Close the issue once it's verified.
To automatically close issues when a related PR (pull request) is merged, use one of the following keywords in the PR description:
Fixes #issue_number
Closes #issue_number
Resolves #issue_number
Example:
This PR fixes #123 by refactoring the authentication module.
- Learning Git
- Project Class Diagram
- Project Use Case Diagram
- Project Sequence Diagram
- Software Requirement Specification
- Elicitation Questions
- Definitions of Users/Audience
- Bora Toprak Temir
- Eren Akçin
- Umut Şendağ
- Berkay Ak
- Ömer Faruk Çelik
- Ceyda İrem Irwin
- Cenk Yılmaz
- Mert Kirman
- Samed Kızılhan
- Başar Temiz
- Mustafa Ocak
- Teams