[PR #610] [MERGED] [feat/fix]: Add contributing guidelines and update templates #1054

Open
opened 2026-01-29 15:17:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/610
Author: @Panquesito7
Created: 9/29/2020
Status: Merged
Merged: 9/30/2020
Merged by: @kvedala

Base: masterHead: add_contributing_guidelines


📝 Commits (6)

  • 563673c feat: Add contributing guidelines
  • 048fac4 fix: Use the correct links in PR/issue template
  • 214b449 fix: Update README.md to point to correct links
  • 51ff082 fix: Update README.md
  • 8c7c30e fix: Move contributing guidelines to root directory
  • cdc7e0f fix: Update PR template

📊 Changes

4 files changed (+236 additions, -7 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -0)
📝 .github/pull_request_template.md (+4 -3)
CONTRIBUTING.md (+227 -0)
📝 README.md (+4 -4)

📄 Description

Description of Change

References

#609

Checklist

  • Added description of change
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/610 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 9/29/2020 **Status:** ✅ Merged **Merged:** 9/30/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `add_contributing_guidelines` --- ### 📝 Commits (6) - [`563673c`](https://github.com/TheAlgorithms/C/commit/563673c84b194ebd1634c8ed272ca00932bcdd1c) feat: Add contributing guidelines - [`048fac4`](https://github.com/TheAlgorithms/C/commit/048fac460030ba679fb34b6a00974c9d24084eb2) fix: Use the correct links in PR/issue template - [`214b449`](https://github.com/TheAlgorithms/C/commit/214b449367936160fe544e43f88b49f51d223b6b) fix: Update README.md to point to correct links - [`51ff082`](https://github.com/TheAlgorithms/C/commit/51ff08218365fdb3b747e7f092484cfb510d66ff) fix: Update README.md - [`8c7c30e`](https://github.com/TheAlgorithms/C/commit/8c7c30ed5e0d45c357cc68893c6a5ae013ffb3c0) fix: Move contributing guidelines to root directory - [`cdc7e0f`](https://github.com/TheAlgorithms/C/commit/cdc7e0ffc575a78f4e32b3184e23bbdae9457128) fix: Update PR template ### 📊 Changes **4 files changed** (+236 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+1 -0) 📝 `.github/pull_request_template.md` (+4 -3) ➕ `CONTRIBUTING.md` (+227 -0) 📝 `README.md` (+4 -4) </details> ### 📄 Description #### Description of Change - Add contributing guidelines (similar to [`C-Plus-Plus/CONTRIBUTING.md`](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md)). - Use the correct links in PR/issue templates. #### References <!-- Add any reference to previous pull-request or issue --> #609 #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/610"><img src="https://gitpod.io/api/apps/github/pbs/github.com/Panquesito7/C.git/cdc7e0ffc575a78f4e32b3184e23bbdae9457128.svg" /></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:17:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1054