[PR #920] [MERGED] Add initial PR for Contributing & Coding Standard #2768

Closed
opened 2025-11-20 05:31:43 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/920
Author: @MickLesk
Created: 12/19/2024
Status: Merged
Merged: 1/10/2025
Merged by: @MickLesk

Base: mainHead: contributor_guide


📝 Commits (10+)

📊 Changes

7 files changed (+968 additions, -10 deletions)

View changed files

📝 .github/CONTRIBUTING.md (+101 -10)
.github/CONTRIBUTOR_GUIDE/ct/AppName.md (+288 -0)
.github/CONTRIBUTOR_GUIDE/ct/AppName.sh (+93 -0)
.github/CONTRIBUTOR_GUIDE/install/AppName-install.md (+353 -0)
.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh (+86 -0)
.github/CONTRIBUTOR_GUIDE/json/AppName.json (+34 -0)
.github/CONTRIBUTOR_GUIDE/json/AppName.md (+13 -0)

📄 Description

✍️ Description

  • remove old contributing.md

  • add new contributing.md

  • First Draft, added some functionality and descriptions later

  • Every @community-scripts/contributor are welcome to improve this PR


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/community-scripts/ProxmoxVE/pull/920 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 12/19/2024 **Status:** ✅ Merged **Merged:** 1/10/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `contributor_guide` --- ### 📝 Commits (10+) - [`e8f0047`](https://github.com/community-scripts/ProxmoxVE/commit/e8f0047b2225257119dc546eca1634a6455b870b) First Design: CONTRIBUTING - [`7a7b0fa`](https://github.com/community-scripts/ProxmoxVE/commit/7a7b0facc1faa68c8665f52b4353e187546d7c8c) Update CONTRIBUTING.md - [`9ea997f`](https://github.com/community-scripts/ProxmoxVE/commit/9ea997f18b30f75be2f96d8a5cfc29e870bddb54) Update CONTRIBUTING.md - [`482bd08`](https://github.com/community-scripts/ProxmoxVE/commit/482bd088add63f4b674fca9d733cd986755124c9) Update CONTRIBUTING.md - [`cf7eb92`](https://github.com/community-scripts/ProxmoxVE/commit/cf7eb927ebe23d9b57980fc2b7f6f8f01c0bc87b) Update CONTRIBUTING.md - [`bb3077a`](https://github.com/community-scripts/ProxmoxVE/commit/bb3077a8c6835b595cf3be41ae8e2ed0117c1db9) Update CONTRIBUTING.md - [`d2728d2`](https://github.com/community-scripts/ProxmoxVE/commit/d2728d222d8bd1aed14d79cb19e4c53fbb273cc9) Update CONTRIBUTING.md - [`7094920`](https://github.com/community-scripts/ProxmoxVE/commit/70949207c15569e8281cd96d6c250fe0db9c558c) Update CONTRIBUTING.md - [`6a0f22c`](https://github.com/community-scripts/ProxmoxVE/commit/6a0f22c43067451de335f2f77addd06d6070e887) Update CONTRIBUTING.md - [`483dc98`](https://github.com/community-scripts/ProxmoxVE/commit/483dc981f3dd6582c237a8f018dc388c214b6f66) Update CONTRIBUTING.md ### 📊 Changes **7 files changed** (+968 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTING.md` (+101 -10) ➕ `.github/CONTRIBUTOR_GUIDE/ct/AppName.md` (+288 -0) ➕ `.github/CONTRIBUTOR_GUIDE/ct/AppName.sh` (+93 -0) ➕ `.github/CONTRIBUTOR_GUIDE/install/AppName-install.md` (+353 -0) ➕ `.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh` (+86 -0) ➕ `.github/CONTRIBUTOR_GUIDE/json/AppName.json` (+34 -0) ➕ `.github/CONTRIBUTOR_GUIDE/json/AppName.md` (+13 -0) </details> ### 📄 Description ## ✍️ Description - remove old contributing.md - add new contributing.md - First Draft, added some functionality and descriptions later - Every @community-scripts/contributor are welcome to improve this PR --- ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [ ] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [ ] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:31:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2768