Skip to content

Commit

Permalink
Update issue templates (#9)
Browse files Browse the repository at this point in the history
* Update issue templates
* Create CONTRIBUTING.md
* Adding Pull Request template general
  • Loading branch information
s-laugh authored May 21, 2019
1 parent 60e0a41 commit c09c8ef
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/list-team-group.md
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 -->
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/general.md
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 -->
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
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.

0 comments on commit c09c8ef

Please sign in to comment.