graphql-engine icon indicating copy to clipboard operation
graphql-engine copied to clipboard

doc(ISSUE_TEMPLATE): use `.yml` format instead of `.md` (close #9062)

Open progfay opened this issue 1 year ago • 4 comments

Description

In this PR, I converted issue templates from .md to .yml.

Changelog

No changes which user affected.

Short Changelog

use yml format on issue templates

Long Changelog

define issue form with YAML issue templates

Related Issues

https://github.com/hasura/graphql-engine/issues/9062

Steps to test and verify

You can check the content and design of issue form from below links:

  • Bug report: https://github.com/progfay/hasura-graphql-engine/issues/new?assignees=&labels=k%2Fbug&template=01_bug_report.yml&title=%5BBug%5D%3A+
  • Feature request: https://github.com/progfay/hasura-graphql-engine/issues/new?assignees=&labels=k%2Fenhancement&template=02_feature_request.yml&title=%5BRequest%5D%3A+

Catalog upgrade

Does this PR change Hasura Catalog version?

  • [x] No
  • [ ] Yes
    • [ ] Updated docs with SQL for downgrading the catalog

Metadata

Does this PR add a new Metadata feature?

  • [x] No
  • [ ] Yes
    • Does run_sql auto manages the new metadata through schema diffing?
      • [ ] Yes
      • [ ] Not required
    • Does run_sql auto manages the definitions of metadata on renaming?
      • [ ] Yes
      • [ ] Not required
    • Does export_metadata/replace_metadata supports the new metadata added?
      • [ ] Yes
      • [ ] Not required

GraphQL

  • [x] No new GraphQL schema is generated
  • [ ] New GraphQL schema is being generated:
    • [ ] New types and typenames are correlated

Breaking changes

  • [x] No Breaking changes

  • [ ] There are breaking changes:

    1. Metadata API

      Existing query types:

      • [ ] Modify args payload which is not backward compatible
      • [ ] Behavioural change of the API
      • [ ] Change in response JSON schema
      • [ ] Change in error code
    2. GraphQL API

      Schema Generation:

      • [ ] Change in any NamedType
      • [ ] Change in table field names

      Schema Resolve:-

      • [ ] Change in treatment of null value for any input fields
    3. Logging

      • [ ] Log JSON schema has changed
      • [ ] Log type names have changed

progfay avatar Oct 08 '22 17:10 progfay

Beep boop! :robot:

Hey @progfay, thanks for your PR!

One of my human friends will review this PR and get back to you as soon as possible.

Stay awesome! :sunglasses:

hasura-bot avatar Oct 08 '22 17:10 hasura-bot

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 08 '22 17:10 CLAassistant

Hello, @IAmTamal and @adas98012.

I converted Issue Templates from .md to .yml, please review my PR.

Thanks!

progfay avatar Oct 13 '22 06:10 progfay

Hello, @IAmTamal and @adas98012.

I converted Issue Templates from .md to .yml, please review my PR.

Thanks!

Now the thing is i was waiting to work on it but all of a sudden you made a PR I was waiting as i was not assigned nor did i know if they even wanted these changes.

Anyways, good luck !

tamalCodes avatar Oct 13 '22 07:10 tamalCodes