This file describes the source for supporting files; that is, files that are not part of the library, but define the infrastructure and other aspects of the project.
.cirrus.ymlConfiguration file for the pipeline at Cirrus CI.
Further documentation:
[!IMPORTANT] The filename
.cirrus.ymland position (root of the repository) are predetermined by Cirrus CI.
.github/external_ci/appveyor.ymlConfiguration for the pipelines at AppVeyor.
Further documentation:
[!NOTE] The filename can be freely configured in the AppVeyor project.
CITATION.cffA file to configure the citation for the repository which is displayed in the sidebar of the project.
Further documentation:
[!IMPORTANT] The filename
CITATION.cffand position (root of the repository) are predetermined by GitHub.
.github/CODE_OF_CONDUCT.mdThe code of conduct for the project. This is the Markdown version of the Contributor Covenant Code of Conduct. The code of conduct is linked on the Community Standards page and is mentioned by the Sentiment Bot.
Further documentation:
[!IMPORTANT] The filename
.github/CODE_OF_CONDUCT.mdis predetermined by GitHub.
[!NOTE] The file is part of the documentation and is included in
docs/mkdocs/docs/community/code_of_conduct.md.
.github/CODEOWNERSThe code owners file for the project which is used to select reviewers for new pull requests.
Further documentation:
[!IMPORTANT] The filename
.github/CODEOWNERSis predetermined by GitHub.
.github/config.ymlConfiguration file for probot, in particular the Sentiment Bot and the Request Info.
[!IMPORTANT] The filename
.github/config.ymlis predetermined by probot.
.github/CONTRIBUTING.mdThe contribution guidelines which are linked in the Community Standards and at https://github.com/nlohmann/json/contribute.
Further documentation:
[!IMPORTANT] The filename
.github/CONTRIBUTING.mdis predetermined by GitHub.
[!NOTE] The file is part of the documentation and is included in
docs/mkdocs/docs/community/contribution_guidelines.md.
.github/dependabot.ymlThe configuration of dependabot which ensures the dependencies (GitHub actions and Python packages used in the CI) remain up-to-date.
Further documentation:
[!IMPORTANT] The filename
.github/dependabot.ymlis predetermined by GitHub.
.github/FUNDING.ymlA file to configure the sponsor button of the repository which is displayed in the sidebar of the project.
Further documentation:
[!IMPORTANT] The filename
.github/FUNDING.ymlis predetermined by GitHub.
.github/ISSUE_TEMPLATE/bug.yamlIssue form template for bugs.
Further documentation:
[!IMPORTANT] The folder
.github/ISSUE_TEMPLATEis predetermined by GitHub.
.github/ISSUE_TEMPLATE/config.yamlIssue template chooser configuration. The file is used to configure the dialog when a new issue is created.
Further documentation:
[!IMPORTANT] The filename
.github/ISSUE_TEMPLATE/config.yamlis predetermined by GitHub.
.github/labeler.ymlConfiguration file for the “Pull Request Labeler” workflow defined in workflows/labeler.yml. This file defines rules how labels are assigned to pull requests based on which files are changed.
Further documentation:
[!NOTE] The filename defaults to
.github/labeler.ymland can be configured in the workflow.
.github/PULL_REQUEST_TEMPLATE.mdThe pull request template which prefills new pull requests.
Further documentation:
[!IMPORTANT] The filename
.github/PULL_REQUEST_TEMPLATE.mdis predetermined by GitHub.
.github/SECURITY.mdThe goal is to describe how to securely report security vulnerabilities for this repository. The security policy is linked at https://github.com/nlohmann/json/security/policy.
Further documentation:
[!IMPORTANT] The filename
.github/SECURITY.ymlis predetermined by GitHub.
[!NOTE] The file is part of the documentation and is included in
docs/mkdocs/docs/community/security_policy.md.
LICENSE.MITThe license of the project.
Further documentation:
[!IMPORTANT] The filename
LICENSE.MITis partly predetermined by GitHub. The root filename must beLICENSE.
.reuse/dep5The file defines the licenses of certain third-party component in the repository. The root Makefile contains a target reuse that checks for compliance.
Further documentation:
[!IMPORTANT] The filename
.reuse/dep5is predetermined by REUSE. Alternatively, aREUSE.tomlfile can be used.
.reuse/templatesCopyright header templates for source files. The root Makefile contains a target reuse that updates copyright headers with the templates.
Further information:
[!IMPORTANT] The folder name
.reuse/templatesis predetermined by REUSE.
LICENSESA folder that contains every license of all licenses files (library and third-party code).
Further documentation:
[!IMPORTANT] The folder name
LICENSESis predetermined by REUSE.
BUILD.bazelThe file can be updated by calling
make BUILD.bazel
meson.buildPackage.swiftWORKSPACE.bazel