surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
232 stars 60 forks source link

Bug: `Question or idea` Button #122

Open ElecTwix opened 7 months ago

ElecTwix commented 7 months ago

Describe the bug

While Creating Issues The Question or idea button redirects to void

https://github.com/surrealdb/surrealdb.go/blob/main/.github/ISSUE_TEMPLATE/config.yml

Steps to reproduce

  1. go to the issues tab
  2. create a new issue
  3. click on Question or idea labeled button
  4. Get 404

Expected behaviour

to not redirect to void

SurrealDB version

non-related

Contact Details

root@electwix.dev

Is there an existing issue for this?

Code of Conduct

ElecTwix commented 7 months ago

Also maybe we can create a discussion board for the go driver repo. I wanted to discuss the new direction of driver will go and when these major changes will occur.

gedw99 commented 5 months ago

I think a discussion board is useful because of this golang package being at such an early stage.

I have many things I would like to discuss with regarding to integration with the other features of Surreal DB. CDC aspects with regarding to Live feeds, TiKV for clustering, etc. Thats just a small gamut of the things.

Even migrations is missing.

I also saw that there is talk of supporting sql, like what has started here: https://github.com/NoBypass/surgo

By having a discussions and roadmap, there will be less splintering / fragmentation, like what is happening with surgo, and devs can then work together to bring new features into the main code base, etc