Skip to content

SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later

🤝 Contributing to Network Pro Strategies

Network Pro Strategies
Effective Date: June 7, 2025

 

Thanks for your interest in improving Network Pro Strategies (Network Pro™)! We're always looking for collaborators and contributors of all skill levels. This guide will help you get started quickly and effectively.

Following these guidelines helps us all work together efficiently and respectfully. 🙌


🐛 Using the Issue Tracker

Use the issue tracker for:

🚫 Please do not use issues for general support — instead, head to:


🐞 Bug Reports

A bug is a clear, reproducible issue in the code. High-quality reports help us fix problems faster.

✅ A good bug report includes

  • A descriptive title
  • Steps to reproduce
  • Your environment (OS, browser, version)
  • Expected vs actual behavior
  • Links to a minimal reproducible case (if possible)

Example:

Title: Checkbox toggle fails on Safari 17
Steps:

  1. Visit page X
  2. Click toggle
  3. Observe that...
    Expected: ...
    Actual: ...
    Live example

Back to top


✨ Feature Requests

Feature requests are welcome — just make sure it aligns with the project’s goals.

Before posting:

  • Search for similar requests
  • Clearly describe the problem it solves
  • Explain the use case and who benefits

Strong proposals help us prioritize.

Back to top


🔁 Pull Requests

Well-scoped, well-documented pull requests are the lifeblood of open-source.

⚠️ Ask First

Before large PRs (new features, refactors, dependency upgrades), please check with maintainers first.

📋 Steps

1. Fork the repo & set remotes:

git clone https://github.com/<your-username>/netwk-pro.github.io.git cd
netwk-pro.github.io git remote add upstream
https://github.com/netwk-pro/netwk-pro.github.io.git

2. Stay Updated

git checkout main
git pull upstream main

3. Create a topic branch:

git checkout -b my-feature

4. Install & test locally:

npm ci
npm run lint
npm run test

5. Make your changes

(and commit them in logical chunks with good commit messages).

6. Build:

npm run build
git add build/
git commit -m "Build: update assets"

7. Push and open a PR:

git push origin my-feature

Open your PR with a clear title, description, and reference the related issue (if any).

Back to top


✅ Coding & Style Notes

  • Use the defined code style (Prettier, ESLint, Stylelint, markdownlint)
  • Avoid unrelated changes in the same PR
  • Keep PRs focused and test-covered when appropriate

 

By submitting a pull request, you agree to license your contributions under:

Back to top

 

Thanks again for your contribution and for being part of the Network Pro community!


Network Pro™, the shield logo, and the "Locking Down Networks...™" slogan are trademarks of Network Pro Strategies.

Licensed under CC BY 4.0 and the GNU GPL, as published by the Free Software Foundation, either version 3 of the License or (at your option) any later version.