Skip to content

Commit b65121c

Browse files
Create CONTRIBUTING.md
Signed-off-by: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com>
1 parent cfe37f0 commit b65121c

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

CONTRIBUTING.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Contributing to Bellande Robotics Sensors Research Innovations Center
2+
We're excited that you're interested in contributing to the Bellande Robotics Sensors Research Innovations Center! This document outlines the process for contributing to our organization and this repository!
3+
4+
## Contributing to the Organization
5+
To contribute to the Bellande Robotics Sensors Research Innovations Center organization, please visit our [Contributing Repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
6+
7+
## Table of Contents
8+
1. [Contributing to the Organization](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
9+
- [Creating a Repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
10+
- [Team Requests](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
11+
- [Security](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
12+
2. [Contributing to Repositories](#contributing-to-repositories)
13+
- [New Features](#new-features)
14+
- [Bug Fixes](#bug-fixes)
15+
- [Security Issues](#security-issues)
16+
- [Other Contributions](#other-contributions)
17+
18+
### Creating a Repository
19+
1. Fork the [contributor repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor).
20+
2. Create a new branch with a descriptive name for your proposed repository.
21+
3. Add a detailed description of the proposed repository in a markdown file.
22+
4. Submit a pull request with your proposal.
23+
5. Wait for review and approval from the organization administrators.
24+
25+
### Team Requests
26+
1. To request joining a team or creating a new team:
27+
- Open an issue in the [contributor repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor).
28+
- Use the title format: "Team Request: [Team Name]"
29+
- Provide details about your expertise and why you want to join or create the team.
30+
2. An administrator will review your request and respond accordingly.
31+
32+
### Security
33+
For organization-wide security concerns:
34+
1. Do not publicly disclose the issue.
35+
2. Contact the organization administrators directly through a private channel.
36+
3. Provide a detailed description of the security concern.
37+
38+
## Contributing to Repositories
39+
### New Features
40+
1. Fork the repository you want to contribute to.
41+
2. Create a new branch with a descriptive name for your feature.
42+
3. Implement your feature, following the project's coding standards and guidelines.
43+
4. Write tests for your new feature if applicable.
44+
5. Update documentation as necessary.
45+
6. Submit a pull request with a clear description of the new feature.
46+
47+
### Bug Fixes
48+
1. Fork the repository containing the bug.
49+
2. Create a new branch with a descriptive name for your bug fix.
50+
3. Fix the bug and add tests to prevent regression if possible.
51+
4. Update documentation if necessary.
52+
5. Submit a pull request with a clear description of the bug and your fix.
53+
54+
### Security Issues
55+
For repository-specific security issues:
56+
1. Do not publicly disclose the issue.
57+
2. Contact the repository maintainers directly through a private channel or request a issue in the reposiroty
58+
3. Provide a detailed description of the security vulnerability.
59+
4. Wait for further instructions from the maintainers.
60+
61+
### Other Contributions
62+
We welcome other types of contributions, such as:
63+
- Documentation improvements
64+
- Code refactoring
65+
- Performance optimizations- Tooling and infrastructure improvements
66+
67+
For these contributions, follow a similar process to submitting new features or bug fixes.
68+
69+
## Code of Conduct
70+
Please note that all contributors are expected to adhere to our Code of Conduct. Respectful and inclusive behavior is mandatory for all participants in our project.
71+
72+
Thank you for contributing to the Bellande Robotics Sensors Research Innovations Center!

0 commit comments

Comments
 (0)