Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 829 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 829 Bytes

Contributing to Procedure Portfolio

Thank you for your interest in contributing to Procedure Portfolio! This document provides guidelines and instructions for contributing to this project.


Getting Started

Before You Code

  1. Check Existing Issues

    • Browse through existing issues
    • If you find an interesting issue:
      • Comment on the issue: "I'd like to work on this"
      • Self-assign the issue
    • If you don't find a suitable issue:
      • Create a new issue describing the change you want to make.
      • Self-assign it.
  2. Create a Pull Request

    • All PRs must be linked to an issue
    • Link your PR by including "Fixes #123" or "Relates to #123" in the PR description
    • This helps track the context of changes.