Skip to content

Commit

Permalink
Merge pull request #99 from theohbrothers/docs/issues-add-issue-templ…
Browse files Browse the repository at this point in the history
…ates

Docs (issues): Add issue templates
  • Loading branch information
leojonathanoh authored Aug 15, 2021
2 parents 29b78d6 + 7f9e7b9 commit e0cf1cf
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---

## Bug

State the unexpected behavior in one sentence.

## Expectation

State the expected behavior in one sentence.

## Discussion

Describe the unexpected behavior.

## Environment

**Output of Configuration**

For example:

```powershell
Configuration:
dryRun: 1
notesdestpath: C:\temp\notes
targetNotebook: test
usedocx: 2
keepdocx: 2
docxNamingConvention: 1
prefixFolders: 1
medialocation: 1
conversion: markdown-simple_tables-multiline_tables-grid_tables+pipe_tables-fenced_code_attributes-inline_code_attributes-fenced_code_attributes
headerTimestampEnabled: 1
keepspaces: 1
keepescape: 2
newlineCharacter: 2
```

**Output of `$PSVersionTable`**

For example:

```powershell
PS > $PSVersionTable
Name Value
---- -----
PSVersion 7.1.3
PSEdition Core
GitCommitId 7.1.3
OS Linux 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
```
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature
assignees: ''
---

## Current

State the current behavior in one sentence.

## Expectation

State the feature in one sentence.

## Discussion

Describe the feature.

0 comments on commit e0cf1cf

Please sign in to comment.