Skip to content

Add issue and PR templates - #35

Open
joewxboy wants to merge 1 commit into
open-horizon-services:mainfrom
joewxboy:feature/issue-templates
Open

Add issue and PR templates#35
joewxboy wants to merge 1 commit into
open-horizon-services:mainfrom
joewxboy:feature/issue-templates

Conversation

@joewxboy

Copy link
Copy Markdown
Member

This PR implements issue templates and PR template as requested in #6.

Changes

  • Added bug report template (.github/ISSUE_TEMPLATE/bug-report.yml)
  • Added feature request template (.github/ISSUE_TEMPLATE/feature_request.yml)
  • Added config.yml for GitHub bots (.github/config.yml)
  • Added pull request template (.github/PULL_REQUEST_TEMPLATE.md)

Details

Templates were adapted from the reference repository open-horizon/open-horizon.github.io with modifications specific to the web-helloworld-python service:

  • Bug report template includes fields for service version and Open Horizon agent details
  • Feature request template remains largely the same as it is generic
  • Config.yml updated to reference web-helloworld-python instead of Open-Horizon
  • PR template includes testing checklist items specific to Docker and Open Horizon deployment

Resolves #6

- Added bug report template (.github/ISSUE_TEMPLATE/bug-report.yml)
- Added feature request template (.github/ISSUE_TEMPLATE/feature_request.yml)
- Added config.yml for GitHub bots
- Added pull request template (.github/PULL_REQUEST_TEMPLATE.md)

Templates adapted from open-horizon/open-horizon.github.io with
modifications specific to web-helloworld-python service.

Resolves open-horizon-services#6

Signed-off-by: joewxboy <joewxboy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Feature Request and Bug Reporting templates

1 participant