From 36e61ea98efd79dc67bf07536bdd9465338439b0 Mon Sep 17 00:00:00 2001 From: Arun Kumar Pandey Date: Sun, 3 Dec 2023 11:00:35 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..43fba27 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing to my portfolio + +Thank you for considering contributing to my portfolio. Your contributions are welcome and appreciated! Here's a brief guide on how you can contribute: + +## Reporting Issues + +If you find any issues with the content or have suggestions for improvements, please open an issue. Provide a clear title and description to help me understand the problem or enhancement you're proposing. + +## Contributing Code + +While the main purpose of this repository is to showcase my portfolio, if you have specific suggestions or improvements for the code powering the site, feel free to submit a pull request. Ensure that your code aligns with the overall style and purpose of the portfolio. + +## Getting Started + +If you're new to contributing to GitHub, check out the [GitHub Guide on Forking and Pull Requests](https://guides.github.com/activities/forking/). This will help you get started with the contribution process. + +## Contact + +If you have any questions or need clarification on anything related to contributions, feel free to reach out through [arunp77@gmail.com]. + +Thank you for your interest in contributing to my portfolio!