Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing to Free-Certifications

Thanks for wanting to improve this curated list — we appreciate contributions!

How to contribute
1. Search the repository to ensure a similar entry does not already exist.
2. To add a new certification/course:
- Add a single row to the appropriate section in README.md following the existing table format:
| Technology | Provider | Description | Link | Expiration |
- Use full provider names (e.g., "Google Cloud Skills Boost", "AWS") and give a short one-line description.
- For Expiration, use ISO-ish date or "Unlimited" / "Unknown" / "Limited Time".
3. If you're fixing links, please confirm the destination page returns 200 and contains course/exam info.

PR checklist (please verify before submitting)
- [ ] I added/updated a single entry in the README (or created a separate data file).
- [ ] Link works and is not a redirect-to-paywall.
- [ ] I removed placeholder text (no "[...]" in the submitted row).
- [ ] I followed table formatting and added the provider consistently.
- [ ] I signed the repository license or noted the content license if required.

Style notes
- Keep descriptions short (1–2 sentences).
- If a provider has multiple entries, group logically and avoid duplicates.
- Use "Unlimited" for courses that appear evergreen; use exact dates when given.

Contact / Questions
If in doubt, open an issue describing the change before making a large PR.