-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add community health files for A+ portfolio standards #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| # Support | ||
|
|
||
| ## Getting Help | ||
|
|
||
| Thank you for using this project! Here are the best ways to get help: | ||
|
|
||
| ### 📖 Documentation | ||
|
|
||
| - **README**: Start with the [README.md](README.md) for setup, usage, and examples | ||
| - **Issues**: Check [existing issues](../../issues) - your question may already be answered | ||
| - **Discussions**: Browse [GitHub Discussions](../../discussions) (if enabled) for Q&A and community support | ||
|
|
||
| ### 🐛 Found a Bug? | ||
|
|
||
| 1. **Search existing issues** to see if it's already reported | ||
| 2. If not found, **open a new issue** using the bug report template | ||
| 3. Include: | ||
| - Clear steps to reproduce | ||
| - Expected vs actual behavior | ||
| - Environment details (OS, versions, dependencies) | ||
| - Relevant logs or error messages | ||
|
|
||
| ### 💡 Feature Requests | ||
|
|
||
| - Open an issue with the **feature request** template | ||
| - Describe the use case and proposed solution | ||
| - Check if similar requests exist first | ||
|
|
||
| ### 🔒 Security Vulnerabilities | ||
|
|
||
| **Do not open public issues for security vulnerabilities.** | ||
|
|
||
| - See [SECURITY.md](SECURITY.md) for responsible disclosure process | ||
| - Email security concerns to the maintainer (see SECURITY.md) | ||
|
|
||
| ### ❓ Questions & Discussions | ||
|
|
||
| - **Quick questions**: Open an issue with the `question` label | ||
| - **General discussion**: Use GitHub Discussions (if enabled) or reach out to the maintainer | ||
| - **Community chat**: Check the README for any community Slack/Discord links | ||
|
Comment on lines
+38
to
+40
|
||
|
|
||
| ### 📧 Contact | ||
|
|
||
| For private inquiries or collaboration: | ||
| - **GitHub**: [@donny-devops](https://github.com/donny-devops) | ||
| - **LinkedIn**: [Adonis Jimenez](https://www.linkedin.com/in/adonis-jimenez-01a42a245/) | ||
| - **Email**: See profile or SECURITY.md for contact information | ||
|
|
||
| ### ⏱️ Response Times | ||
|
|
||
| - **Issues**: Reviewed within 3-5 business days | ||
| - **Pull requests**: Reviewed within 3-5 business days | ||
| - **Security reports**: Acknowledged within 24 hours | ||
|
Comment on lines
+51
to
+53
|
||
|
|
||
| ### 🤝 Contributing | ||
|
|
||
| Want to help improve this project? See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. | ||
|
|
||
| --- | ||
|
|
||
| **Thank you for being part of this project!** | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The relative links
../../issuesand../../discussionsassume a specific directory depth when viewed on GitHub. If this file is viewed on a branch with a slash in its name (e.g.,feature/add-support), the URL path has an extra segment, causing these links to resolve to broken URLs (e.g.,.../blob/issuesor.../blob/feature/issues).To make these links robust across all branches, tags, and subdirectories, use root-relative paths starting with a
/. GitHub automatically resolves links starting with/relative to the repository root.