You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add link to some relevant page if applicable (e.g. docs, web page...)
Enhance README.md if needed with key information that provides a clear and comprehensive description about the repo's scope, usage, and any other relevant information.
Create/review renovate.json configuration file in the root of the repository to manage dependencies effectively, as per our dependency management strategy.
Set up Renovate for automated security vulnerability scanning to detect vulnerabilities in the codebase.
Define and document the packages release process and instructions, and the versioning strategy.
If applicable, configure Continuous Deployment (CD) for automated publishing to npm, tailored to the packages' releases and versioning strategy. This step can include setting up semantic versioning automation and npm publish commands.
Customize Continuous Integration (CI) workflows to run packages-specific tests, linting, and other checks on each commit. Ensure these workflows are optimized for the (npm) package development cycle.
Support GitHub Release (e.g. https://github.com/api3dao/chains/releases) as per our standard guidelines (tag releases, changesets such as these, changelogs, and release notes) and integrate CI/CD to support releases through GitHub as applicable.
If applicable (the package does not seem to be accessible on npm?), add relevant package.json fields as applicable (e.g. such that repo links, description, keywords, and author show up in NPM, compare this to this)
Add README.md if needed so that it provides a clear and comprehensive description about the package, including installation instructions, usage examples, and any other relevant information. Package update changesets should not be included in the README.md.
If applicable (the package does not seem to be accessible on npm?), add relevant package.json fields as applicable (e.g. such that repo links, description, keywords, and author show up in NPM, compare this to this)
Edit README.md (e.g. update outdated data such as Rinkeby network) so that it provides a clear and comprehensive description about the package, including installation instructions, usage examples, and any other relevant information. Package update changesets should not be included in the README.md.
If applicable (the package does not seem to be accessible on npm?), add relevant package.json fields as applicable (e.g. such that repo links, description, keywords, and author show up in NPM, compare this to this)
If applicable (the package does not seem to be accessible on npm?), add relevant package.json fields as applicable (e.g. such that repo links, description, keywords, and author show up in NPM, compare this to this)
The text was updated successfully, but these errors were encountered:
As part of the TM issue https://github.com/api3dao/tasks/issues/849 for QA, some requirements need to be addressed:
Repo setup requirements as per new_repo_creation_checklist.md:
Package setup requirements as per new_package_creation_checklist.md:
@api3/api3-voting
README.md
if needed so that it provides a clear and comprehensive description about the package, including installation instructions, usage examples, and any other relevant information. Package update changesets should not be included in theREADME.md
.@api3/convenience
@api3/dao
README.md
(e.g. update outdated data such as Rinkeby network) so that it provides a clear and comprehensive description about the package, including installation instructions, usage examples, and any other relevant information. Package update changesets should not be included in theREADME.md
.@api3/pool
The text was updated successfully, but these errors were encountered: