Skip to content

Implement Pull Request & Issue Templates #51

@Nitya-003

Description

@Nitya-003

Problem

The repository currently lacks a standardized way for contributors to describe their changes. This leads to PRs that are difficult to review because they lack context, testing details, or links to related issues.

Proposed Solution

Create a .github/ directory and implement standard templates to streamline the contribution process.

Requirements

  • PR Template: Create .github/pull_request_template.md including:
    * Description of changes.
    * Type of change (feature, bug fix, docs).
    * Checkbox for testing performed.
    * Links to relevant issues (e.g., Closes #123).
  • Issue Templates: Add templates for Bug Reports and Feature Requests to ensure users provide environment details and clear reproduction steps.

Expected Workflow

graph LR
    A[Contributor] -->|Opens PR| B{PR Template Auto-fills}
    B --> C[Contributor fills details]
    C --> D[Maintainer Review]
    D -->|Consistent Info| E[Merge]
Loading

Labels: documentation, DSCWOC'26, DSCWOC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions