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
This is a placeholder task to track any tasks that need to be performed before the project is ready for public adoption, but that aren't related to functionality that the project provides.
Setup CI/CD pipelines.
Build and run tests against PRs.
Publish nuget packages.
Create GitHub releases.
Create a contribution guide.
Figure out if we need to get contributors to sign a Contributor License Agreement.
Create a strategy for using GitHub labels.
Create issue templates to make reporting problems / requesting new functionality easier.
Make sure we have enough documentation.
Getting started guides.
Documentation about specific configuration / functionality (enabling/disabling linting rules, etc).
Guides for contributors (e.g. how to work on the compiler, how to make changes to the library, project structure, testing, etc).
Automatically update dependencies using Dependabot, Renovate or something similar.
Come up with a strategy for security disclosures.
The text was updated successfully, but these errors were encountered:
adam-resdiary
added
the
type/epic
Used to describe a larger chunk of work that will need to be broken down into further tasks
label
Oct 5, 2020
- Moved the contribution information from the README into a separate CONTRIBUTING.md file.
- Tweaked the design goals and roadmap to remove unnecessary information, and update them to remove
references to `I want`.
Part of #44
- Moved all of the docs, except for the README and LICENSE to their own folder so that the root of
the repo doesn't end up cluttered.
- Added a link in the README to the Thrift website.
- Fixed a problem where Prettier had removed the `#` from `C#` in a header. I've ended up using the
HTML code instead to stop markdownlint complaining about having a `#` symbol in a header, and
added a temporary ignore to stop it complaining about the trailing `;`.
Part of #44
- Added an overview of the labelling scheme to the contribution guide.
- Removed all the full stops from the end of the TOC items since they seemed unnecessary.
Part of #44
This is a placeholder task to track any tasks that need to be performed before the project is ready for public adoption, but that aren't related to functionality that the project provides.
The text was updated successfully, but these errors were encountered: