gbowne1 / ClassicOS

An x86 32 biit Operating System for 386, 486, Pentium class (P-60 to 233MHz, Pentium II, P3, P4, etc)
GNU General Public License v3.0
4 stars 1 forks source link

feat: Missing CONTRIBUTING.md File #25

Closed onemriganka closed 8 months ago

onemriganka commented 8 months ago

Issue Description

I noticed that this project does not have a CONTRIBUTING.md file. Having a CONTRIBUTING.md file is beneficial as it provides essential guidelines for potential contributors who want to engage with your project. It helps streamline the contribution process, making it easier for others to submit bug reports, feature requests, and pull requests. It also helps maintain consistency in coding style and other project-related practices.

Suggested Action

I propose adding a CONTRIBUTING.md file to this repository. This file should include instructions on:

Including a CONTRIBUTING.md file will make it easier for the community to engage with your project and contribute effectively.

gbowne1 commented 8 months ago

Hi @onemriganka

Thanks for the issue and PR.

Will review and merge.