Skip to content

Commit

Permalink
docs: add bug report and feature request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Apr 1, 2024
1 parent 8722e21 commit 330741c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_style = space
indent_size = 2
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Tiling window manager for the [river](https://github.com/riverwm/river) wayland
* [Name Does Not Always Update](#name-does-not-always-update)
- [ISSUES](#issues)
* [Problems](#problems)
* [Questions And Ideas](#questions-and-ideas)
* [Ideas](#ideas)
* [Questions or Discussions](#questions-or-discussions)
* [Contributions](#contributions)

<!-- tocstop -->
Expand Down Expand Up @@ -426,16 +427,15 @@ This may be resolved with a river enhancement: [\#1004](https://github.com/river

### Problems

Please create an [issue](https://github.com/alex-courtis/wideriver/issues):
Please raise a [Bug Report](https://github.com/alex-courtis/wideriver/issues/new/choose)

- attach your log
- add `river -version`
- describe the behaviour
- screenshots may be useful
### Ideas

### Questions And Ideas
Please create a [Feature Request](https://github.com/alex-courtis/wideriver/issues/new/choose)

Please create an [issue](https://github.com/alex-courtis/wideriver/issues).
### Questions or Discussions

Please raise an [Issue](https://github.com/alex-courtis/wideriver/issues/new/choose)

### Contributions

Expand Down
13 changes: 6 additions & 7 deletions doc/templ/40.man.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,15 @@ This may be resolved with a river enhancement: [#1004](https://github.com/riverw

### Problems

Please create an [issue](https://github.com/alex-courtis/wideriver/issues):
Please raise a [Bug Report](https://github.com/alex-courtis/wideriver/issues/new/choose)

- attach your log
- add `river -version`
- describe the behaviour
- screenshots may be useful
### Ideas

### Questions And Ideas
Please create a [Feature Request](https://github.com/alex-courtis/wideriver/issues/new/choose)

Please create an [issue](https://github.com/alex-courtis/wideriver/issues).
### Questions or Discussions

Please raise an [Issue](https://github.com/alex-courtis/wideriver/issues/new/choose)

### Contributions

Expand Down
19 changes: 7 additions & 12 deletions man/wideriver.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "WIDERIVER" "1" "2024/03/02" "wideriver" "User Manuals"
.TH "WIDERIVER" "1" "2024/04/01" "wideriver" "User Manuals"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -446,18 +446,13 @@ This may be resolved with a river enhancement: #1004 (https://github.com/riverwm
.SH ISSUES
.SS Problems
.PP
Please create an issue (https://github.com/alex-courtis/wideriver/issues):
.IP \[bu] 2
attach your log
.IP \[bu] 2
add \f[V]river -version\f[R]
.IP \[bu] 2
describe the behaviour
.IP \[bu] 2
screenshots may be useful
.SS Questions And Ideas
Please raise a Bug Report (https://github.com/alex-courtis/wideriver/issues/new/choose)
.SS Ideas
.PP
Please create a Feature Request (https://github.com/alex-courtis/wideriver/issues/new/choose)
.SS Questions or Discussions
.PP
Please create an issue (https://github.com/alex-courtis/wideriver/issues).
Please raise an Issue (https://github.com/alex-courtis/wideriver/issues/new/choose)
.SS Contributions
.PP
CONTRIBUTING.md is most gratefully appreciated.
Expand Down

0 comments on commit 330741c

Please sign in to comment.