Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository cleanup and prep for awesome azd #1

Open
19 tasks
codebytes opened this issue Jul 19, 2024 · 0 comments
Open
19 tasks

Repository cleanup and prep for awesome azd #1

codebytes opened this issue Jul 19, 2024 · 0 comments

Comments

@codebytes
Copy link
Contributor

Repository Management

  •  AI-in-a-box README Template: README.md as the one in the example, is in place
  •  License is in place. Make sure you choose the correct license
  •  Security guidelines are in place
  •  Contribution guidelines are in place
  •  Code of conduct is in place
  •  Issue template is in place
  •  Language, model, and relevant technology topic labels are added, including azd-templates and ai-azd-templates (The latter is being created)
  •  Repo description is in place, describing the use case and technologies used in the solution

Source code structure and conventions

  •  GitHub Actions (This refers to .github/workflows/azure-dev.yml or custom workflow to run on a GitHub runner) is in place
  •  DevContainer (/.devcontainer folder where applicable) configuration is in place
  •  Infrastructure as code is in place (/infra folder where applicable, manifest files or code generators in the case of Aspire and similar )
  •  Azure services configuration (/azure.yml file) is in place
  •  Minimum coverage tests are in place

Functional requirements

  •  azd up successfully provisions and deploys a functional app
  •  GitHub Actions run tasks without errors
  •  DevContainer has been tested locally and runs
  •  Codespaces run [locally and in browser]
  •  All tests pass

In the absence of e2e tests,

  •  The application has been manually tested to work as per the requirement
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

No branches or pull requests

1 participant