Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.22 KB

CONTRIBUTING.md

File metadata and controls

49 lines (33 loc) · 2.22 KB

Contribution Guidelines

Table of Contents

Contributing to AREA

Thank you for your interest in contributing to R-Type! Before you begin writing code, it is important that you share your intention to contribute with the team, based on the type of contribution:

  1. You want to propose a new feature and implement it.
    • Post about your intended feature in an issue, and we shall discuss the design and implementation. Once we agree that the plan looks good, go ahead and implement it.
  2. You want to implement a feature or bug-fix for an outstanding issue.
    • Search for your issue in the AREA issue list.
    • Pick an issue and comment that you'd like to work on the feature or bug-fix.
    • If you need more context on a particular issue, please ask and we shall provide.

Once you implement and test your feature or bug-fix, please submit a Pull Request to https://github.com/EpitechPromo2025/B-DEV-500-LYN-5-1-area-maxime.premont.

Discuss

All contributions are welcome, however it is necessary to ensure that all the information described in this document is known and that all the rules are respected.

To propose modifications, it is necessary to create an issue by following the proposed template. During all the interactions on the project, it is important to explain and document all of what is said.

Code review

All changes made must be verified by other users before being incorporated.

In order to facilitate verification, it is advisable to proceed with small but multiple pull requests and issues.

The project's commit standard is Angular standard commit, follow it to contribute to this project

Language

All interactions on the project must be done in English.

Testing

When you propose an improvement, this one must come with tests.