Skip to content

Commit

Permalink
Added ongoing project (Seneca-CDOT#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirinoks committed Feb 9, 2022
1 parent b1156d7 commit 184a18d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/active-project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Ongoing Project
about: Create an existing in Telescope
labels: ['parent issue', 'type: enhancement']
---

<!-- Please only use this template for ongoing projects. -->

### Stage: Development

<!-- Possible stages: Idea, Development, Complete -->

## Summary:

<!-- Explain what the project does. -->
<!-- Add screenshots of it if applicable. -->

<!-- If there is a discussion, link it here. -->

#### [Discussion](link)

### Location:

<!-- Where in the code is it located? -->

### Technology:

<!-- List technologies that are involved in the project. Frameworks, tools... (ex. [Turborepo](https://turborepo.org/)) -->

- [Tech 1](Link)
- [Tech 2](Link)

### Set up:

<!-- Explain the process a person who is interested in contributing should follow. What do they need to install? What should they know? -->
<!-- If there is already a separate document that describes this, link to it. -->

## Team:

_For any questions regarding the project ask them:_

<!-- People who are familiar with the topic. -->

- @yourname

## Steps:

<!-- Linked issues, major steps that need to be completed for a project to be finished -->

- [x] Create a parent issue
- [ ] Research
- [ ] Proof of concept

<!-- Make sure to position this issue in the very left column, at the top in the GitHub project. That column should be named "Info/Discussions/Research" -->
<!-- Once this project is complete, this issue should be moved into documentation. -->
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/new-project.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
name: Project
name: New Project
about: Create a new project in Telescope
labels: 'type: enhancement'
---

<!-- Please only use this template for submitting new projects. -->

### Stage: Idea

<!-- Possible stages: Idea, Development, Complete -->

**What is the idea?**

**How would it look like? (if applicable)**
Expand Down

0 comments on commit 184a18d

Please sign in to comment.