Skip to content

Commit

Permalink
address reviewer feedbacks
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume-Helbecque <[email protected]>
  • Loading branch information
Guillaume-Helbecque committed Mar 21, 2024
1 parent 3adeec1 commit 2384d94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
about: Request for any feature you'd Chapel to support.
about: Request for anything new you'd like Chapel to support.
title: '[Feature Request]: '
labels: 'type: Feature Request'
---
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/03-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Documentation
about: Report any issue observed within the Chapel documentation or the `chpldoc` tool.
title: '[Documentation]: '
labels: ''
labels: 'area: Docs'
---

### Summary of Problem
Expand All @@ -18,8 +18,8 @@ What did you expect to observe?
**Source Code:**

```chapel
// Please provide source code that will reproduce the problem.
// You can insert your code inline if it's not too long.
// Please provide source code that will reproduce the problem if it seems to be
// with chpldoc itself. You can insert your code inline if it's not too long.
// Otherwise, you can attach it as a file or provide a URL to it.
// To the extent possible, providing simplified programs demonstrating the
// problem will be appreciated.
Expand All @@ -45,6 +45,6 @@ e.g. [`test/path/to/foo.chpl`](
- Output of `chpldoc --version`:
- Output of `$CHPL_HOME/util/printchplenv --anonymize`:
- Back-end compiler and version, e.g. `gcc --version` or `clang --version`:
- Sphinx version:
- sphinxcontrib-chapeldomain version:
- Sphinx version, e.g. `grep -E "^Sphinx" $CHPL_HOME/third-party/chpl-venv/chpldoc-requirements2.txt`:
- sphinxcontrib-chapeldomain version, e.g. `grep -E "^sphinxcontrib-chapeldomain" $CHPL_HOME/third-party/chpl-venv/chpldoc-requirements3.txt`:
- (For Cray systems only) Output of `module list`:

0 comments on commit 2384d94

Please sign in to comment.