update maintainer and contirbuting to OpenTofu (#542)

Signed-off-by: Elbaz <eranelbaz97+github@gmail.com>
This commit is contained in:
Elbaz 2023-09-21 19:47:25 +03:00 committed by GitHub
parent 621bd071a7
commit f9d8b3ca2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ docker_manifests:
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}'
maintainer: 'https://github.com/orgs/opentofu/teams/opentf-core-team'
maintainer: 'https://github.com/orgs/opentofu/teams/opentofu-core-team'
homepage: https://opentofu.org
description: >-
OpenTofu lets you declaratively manage your cloud infrastructure.

View File

@ -4,7 +4,7 @@ This repository contains OpenTofu Core, which includes the command line interfac
This document provides guidance on OpenTofu contribution recommended practices. It covers how to submit issues, how to get involved in the discussion, how to work on the code, and how to contribute code changes.
The easiest way to contribute is by [opening an issue](https://github.com/opentffoundation/opentf/issues/new/choose)! Bug reports, broken compatibility reports, feature requests, old issue reposts, and well-prepared RFCs are all very welcome.
The easiest way to contribute is by [opening an issue](https://github.com/opentofu/opentofu/issues/new/choose)! Bug reports, broken compatibility reports, feature requests, old issue reposts, and well-prepared RFCs are all very welcome.
All major changes to OpenTofu Core go through the public RFC process, including those proposed by the core team. Thus, if you'd like to propose such a change, please prepare an RFC, so that the community can discuss the change and everybody has a chance to voice their opinion. You're also welcome to voice your own opinion on existing RFCs! You can find them by [going to the issues view and filtering by the rfc label](https://github.com/opentofu/opentofu/issues?q=is%3Aopen+is%3Aissue+label%3Arfc).