firasrg / spring-petclinic-reactjs

Modern ReactJS client for Spring Petclinic sample application
0 stars 0 forks source link

Repository Setup: Write Readme, Contributing Guidelines, Code of Conduct, and License #2

Open firasrg opened 1 year ago

firasrg commented 1 year ago

Prepare the necessary files for a well-structured and community-friendly repository. This includes creating a comprehensive readme, contributing guidelines, a code of conduct, and selecting an appropriate license.

Tasks

Readme: Create a readme file that provides a general overview, some screenshots, installation steps, and some other tips. This may include any relevant badges, docs, links or anything that could help.

Contributing: Create a contributing guidelines file that outlines the preferred workflow for submitting issues, feature requests, and pull requests. Specify the coding conventions, testing requirements, and steps for a successful contribution.

Code of Conduct: Establish a code of conduct file that defines the expected behavior and guidelines for all project contributors. This file should encourage a welcoming and inclusive environment, promoting respectful and constructive interactions.

License: Choose an appropriate license for the repository and include it as a separate file. Consider the desired level of permissions and restrictions for others to use, modify, and distribute the codebase.