Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.04 KB

CONTRIBUTING.md

File metadata and controls

57 lines (35 loc) · 2.04 KB

Contribution Guidelines for RESUMIVSE

🎉 First off, thanks for taking the time to contribute! 🎉

The following is a set of guidelines for contributing to RESUMIVSE. Please take a moment to review this document in order to make the contribution process smooth and effective for everyone involved.

Table of Contents

Code of Conduct

This project and everyone participating in it is governed by the RESUMIVSE Code of Conduct (UNDER PROGRESS). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

How Can I Contribute?

Bug Reports

Before creating bug reports, please check the existing issues as you might find out that you don't need to create one. When you are creating a bug report, please include as much information as possible and follow the template.

Feature Requests

We'd love to hear your ideas for new features! Please provide detailed information about your suggestion and why you think it's valuable. Follow the template for feature requests.

Pull Requests

  • Fork the repository and create your branch from main.
  • If you've added code that should be tested, add tests.
  • Ensure the test suite passes.
  • Make sure your code follows our style guide.
  • Make sure your commit messages are in the proper format.

Development Setup

To set up the project locally, follow the instructions in the README.

Style Guide

Before submitting your contribution, make sure to check ourstyle guide (UNDER PROGRESS) to maintain consistency throughout the project.

License


Thank you for your contributions! 🚀

RESUMIVSE Team