英文:
Where can I report an issue or feature idea for the Data API Builder?
问题
我已经使用数据API构建器一段时间并喜欢它。然而,偶尔我会发现一些看起来像是错误的东西,或者有一些我想与团队分享以改进构建器的想法。提交数据API构建器的错误或发布未来功能的想法的正确位置在哪里?
英文:
I have been using the Data API Builder for some time and like it. However, from time to time I find things that seem like a bug or have ideas I would like to share with the team to make the builder better. Where is the right place to submit bugs for the Data API Builder or post ideas for future features?
答案1
得分: 2
数据API Builder是GitHub上的开源项目。如果您遇到的问题或功能与引擎本身有关,可以使用存储库的“issues”区域。
https://github.com/Azure/data-api-builder
数据API Builder可以托管在Azure上的静态Web应用程序(SWA)中。如果您遇到的问题或功能与SWA有关,可以使用它们的CLI存储库。
https://github.com/Azure/static-web-apps-cli/issues
英文:
The Data API Builder is an open-source project on GitHub. If the bug or feature you have is with the engine itself, you can use the issues
area of the repository.
https://github.com/Azure/data-api-builder
The Data API Builder can be hosted in Static Web Apps (SWA) on Azure. If the bug or feature you have is related to SWA, you can use their CLI repository.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论