-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update issue templates * Create CONTRIBUTING.md * Adding Pull Request template general
- Loading branch information
Showing
3 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: List Team Group | ||
about: This template is so people can request their existing team group is listed | ||
in the README.md | ||
title: '' | ||
labels: team | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Team Group details | ||
|
||
**Group location:** <!-- link to group --> | ||
**Team Name:** | ||
**Team Leader:** <!-- link GitLab account --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: General | ||
about: This a gerneral pull request template to be used for any reason | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### What does this MR do? | ||
|
||
<!-- | ||
Describe in detail what your merge request does, why it does that, etc. Merge | ||
requests without an adequate description will not be reviewed until one is | ||
added. | ||
Please also keep this description up-to-date with any discussion that takes | ||
place so that reviewers can understand your intent. This is especially | ||
important if they didn't participate in the discussion. | ||
Make sure to remove this comment when you are done. | ||
--> | ||
|
||
### General checklist | ||
|
||
- [ ] Conforms to the existing document standards | ||
|
||
### Related issues | ||
|
||
<!-- list issues that are being closed or worked on with this MR --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# How to contribute | ||
|
||
Helping keep this project up to date, helps others know what's going on in the IITB world and where to find needed information. So thank you for helping to maintain it! | ||
|
||
## Getting involved | ||
|
||
If you're new to GitHub or Git don't worry, open an issue asking for some help and what you want to do. We'll be happy to help. | ||
|
||
### Reporting | ||
|
||
Reporting new additions though issues is key. This helps us keep track of all the work that is needed and wanted for this project. | ||
|
||
When opening new issues please use the template provided if they fit your request. | ||
Templates avaliable: | ||
|
||
* **List Team Group** - We have a separate team group that should be added to the list. | ||
|
||
### Developing | ||
|
||
#### Contributors | ||
|
||
You can fork the project, and make a pull request with your changes. | ||
|
||
Please use the **Gernal** pull request template. |