Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 611 Bytes

contribute.md

File metadata and controls

18 lines (11 loc) · 611 Bytes

Rules Contributions

🧑🏻‍💻 Pull Request (PR) procedure

PR Steps:-

  1. Make changes and commit it to a feature branch.

    • Feature branch => name: add-TopicName.
      • Example: add-Template1
    • Issue Branch => name: issue-issueName Or issue-issueID. ( like for bug fixes or other issues)
      • Example: issue-formatting-styling
  2. Make a PR from your add/issue branch to development branch.


⚠️ Note:- Feature and issue branches are temporary branches, so after the merge (successful PR) the feature branch will be deleted.