-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONTRIBUTING
32 lines (21 loc) · 1.4 KB
/
CONTRIBUTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Contributing
[eXPe](https://github.com/JayNakum/eXPe) is [MIT](LICENSE) licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on development workflow, commit message formatting, contact points, and other resources to make it easier to get your contribution accepted.
## Contribution Flow
This is a outline of what a contributor's workflow looks like:
- Create a separate branch from `main` branch to base your work.
- Make commits of logical units.
- Make sure your commit messages are in the proper format (see below).
- Push your changes to a topic branch in your fork of the repository.
- Make sure to proofread the content before submitting.
- Submit a pull request to the original repository.
#### Commit Messages
Please follow the below format while writing commit messages:
```
title: One line description about your change
<Blank Line>
description: An optional description of your changes.
```
Thanks for your contributions!
## Code of Conduct
### Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.