Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ about: Report a bug to help us improve
title: "[Brief description]"
---

<!-- DO NOT REMOVE THE HEADER -->
<!---HEADER START-->

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

❌ **This issue is not open for contribution. Visit <a href="https://learningequality.org/contributing-to-our-open-code-base/" target="_blank">Contributing guidelines</a>** to learn about the contributing process and how to find suitable issues.

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

<!---HEADER END-->

<!--
Instructions:
* Fill out the sections below, replace …'s with information about your issue
Expand Down Expand Up @@ -57,7 +68,7 @@ Precise steps that someone else can follow in order to see this behavior
## Context
<!--
Tell us about your environment, including:
* Software version
* Application version
* Operating system
* Browser
-->
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Kolibri GitHub Discussions
url: https://github.com/learningequality/kolibri/discussions
about: Please ask general questions about contributing to Kolibri or report development server issues here.
- name: Learning Equality Community Forum
url: https://community.learningequality.org/
about: Ask and answer questions about Learning Equality's products and tools, share your experiences using Kolibri, and connect with users around the world.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Enhancement request
about: Suggest an idea
title: "[Title]: [Brief description]"
---

<!--

Note that anything written between these symbols will not appear in the actual, published issue. They serve as instructions for filling out this template. Please use the 'preview' tab above this textbox to verify formatting before submitting.

Instructions:
- Start by replacing the content in "[Title]" and give a "[Brief description]" of the issue above
- Please remove any unused, optional sections below.

-->

<!-- DO NOT REMOVE THE HEADER -->
<!---HEADER START-->

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

❌ **This issue is not open for contribution. Visit <a href="https://learningequality.org/contributing-to-our-open-code-base/" target="_blank">Contributing guidelines</a>** to learn about the contributing process and how to find suitable issues.

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

<!---HEADER END-->

## Desired behavior
<!-- Briefly describe the behavior you would like to see -->


## Current behavior
<!-- Briefly describe the current behavior; you may include screenshots, code, and notes -->


## Value add
<!-- (Optional) Explain why this should be added or changed in KDS and where it could be used -->


## Possible tradeoffs
<!-- (Optional) Explain possible issues/costs that could arise - if any - from implementing this enhancement -->
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ assignees: ''

---

<!-- DO NOT REMOVE THE HEADER -->
<!---HEADER START-->

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

❌ **This issue is not open for contribution. Visit <a href="https://learningequality.org/contributing-to-our-open-code-base/" target="_blank">Contributing guidelines</a>** to learn about the contributing process and how to find suitable issues.

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

<!---HEADER END-->

_[General guidance: When drafting a feature project, the goal is to create a reference for project scope and context. Write for our core product team. The issue should not be overly technical, and should be be comprehensible and a useful reference to devs, designers, and QA team, to build a shared source of understanding. Anyone at LE should be able to read this and more or less understand the project. If there is relevant information or context that is for the internal team only, please add that in a notion page and link it, rather than adding directly to these issues.]_

## Overview
Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/other_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Other issue
about: For issues that don't fit any other category
---

<!-- DO NOT REMOVE THE HEADER -->
<!---HEADER START-->

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

❌ **This issue is not open for contribution. Visit <a href="https://learningequality.org/contributing-to-our-open-code-base/" target="_blank">Contributing guidelines</a>** to learn about the contributing process and how to find suitable issues.

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

<!---HEADER END-->

## Description
18 changes: 15 additions & 3 deletions .github/ISSUE_TEMPLATE/product_issue.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
---
name: Product Issue
name: Product issue
about: Create a product issue
assignees: ''

---

<!-- DO NOT REMOVE THE HEADER -->
<!---HEADER START-->

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

❌ **This issue is not open for contribution. Visit <a href="https://learningequality.org/contributing-to-our-open-code-base/" target="_blank">Contributing guidelines</a>** to learn about the contributing process and how to find suitable issues.

<img height="20px" src="https://i.imgur.com/c7hUeb5.jpeg">

<!---HEADER END-->


_[General guidance: Product issues should describe the feature, but are not actually technically specced for dev work.]_

## Overview
## Overview

_[First, the workflow in one sentence]_

#### Description and outcomes
_[Then, more detail. Provide a short summary and/or list key outcomes that the user should be able to accomplish with this feature.]_



#### Resources
- [ ] _[Link Gherkin Scenarios]_
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/manage-issue-header.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Manage issue header

on:
issues:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might it be more helpful to make a small wrapper action that does the workflow_call from within it, so that this is then an example, and a complete test of how it will be used in other repos?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, nice idea. Will do as follow-up as we chatted.

types: [labeled, unlabeled]
workflow_call:
secrets:
LE_BOT_APP_ID:
Expand Down