Skip to content

Commit

Permalink
Merge pull request #3 from samuelbharti/dev
Browse files Browse the repository at this point in the history
Add community health files
  • Loading branch information
samuelbharti authored Oct 2, 2024
2 parents 6331066 + ebb3679 commit 2dc919f
Show file tree
Hide file tree
Showing 22 changed files with 77 additions and 0 deletions.
Empty file modified .Renviron
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Feature Request
description: Use this issue template for feature request
assignees: samuelbharti
labels: feature-request
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
1. With this config...
1. Run '...'
1. See error...
validations:
required: false
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **Node**: 13.14.0
- **npm**: 7.6.3
value: |
- OS:
- Node:
- npm:
render: markdown
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
Empty file modified .gitignore
100644 → 100755
Empty file.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CHANGELOG

``` txt
YYYY-MM-DD John Doe
* Big Change 1
* Another Change 2
```

4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Code of Conduct

To be updated.

4 changes: 4 additions & 0 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Contributing Guidelines

To be updated.

Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified R/load_components.R
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
File renamed without changes.
Empty file modified dev/dev.R
100644 → 100755
Empty file.
Empty file modified global.R
100644 → 100755
Empty file.
Empty file modified modules/test_mod.R
100644 → 100755
Empty file.
Empty file modified server.R
100644 → 100755
Empty file.
Empty file modified ui.R
100644 → 100755
Empty file.
Empty file modified userInterface/home_ui.R
100644 → 100755
Empty file.
Empty file modified userInterface/other_ui.R
100644 → 100755
Empty file.
Empty file modified www/css/.gitkeep
100644 → 100755
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 2dc919f

Please sign in to comment.