Home
last modified time | relevance | path

Searched full:contributing (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/third_party/rust/crates/lazycell/
DREADME.md23 * [Contributing](#contributing)
44 ## Contributing section in Table of Contents
50 Please read [CONTRIBUTING.md][contributing] before you start contributing.
68 [contributing]: https://github.com/indiv0/lazycell/blob/master/CONTRIBUTING.md "Contribution Guide"
/third_party/rust/rust/
DCONTRIBUTING.md1 # Contributing to Rust
3 Thank you for your interest in contributing to Rust! There are many ways to contribute
11 Documentation for contributing to the compiler or tooling is located in the [Guide to Rustc
34 refer to [this section][contributing-bug-reports] and [open an issue][issue template].
38 [contributing-bug-reports]: https://rustc-dev-guide.rust-lang.org/contributing.html#bug-reports
/third_party/rust/crates/clap/
DCONTRIBUTING.md3 …p, issue completion, new features, you name it, even filing issues is contributing and greatly app…
114 to get in the way of contributing. If you didn't do these, bring it up with
140 ### Section-specific CONTRIBUTING
142 - [Example CONTRIBUTING](./examples/README.md#contributing)
143 - [Tutorial (builder) CONTRIBUTING](./examples/tutorial_builder/README.md#contributing)
144 - [Tutorial (derive) CONTRIBUTING](./examples/tutorial_derive/README.md#contributing)
145 - [clap_derive CONTRIBUTING](./clap_derive/CONTRIBUTING.md)
/third_party/vulkan-headers/
DREADME.md15 other repositories as described in [CONTRIBUTING.md](CONTRIBUTING.md).
30 ## Contributing
32 See the [CONTRIBUTING.md](CONTRIBUTING.md)
/third_party/rust/rust/src/tools/clippy/book/src/development/
DREADME.md4 making Clippy better by contributing to it. In that case, welcome to the
12 If this is your first time contributing to Clippy, you should first read the
49 > _Note:_ Some higher level things about contributing to Clippy are still
50 > covered in the [`CONTRIBUTING.md`] document. Some of those will be moved to
65 [`CONTRIBUTING.md`]: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md
/third_party/rust/crates/bindgen/releases/
Drelease-announcement-template.md26 ## Contributing section in Announcing `bindgen` $TODO_VERSION
28 Want to join us? Check out our [CONTRIBUTING.md][contributing] and take a look
44 [contributing]: https://github.com/rust-lang/rust-bindgen/blob/main/CONTRIBUTING.md
/third_party/skia/third_party/externals/libpng/
DLICENSE46 added to the list of Contributing Authors:
75 list of Contributing Authors:
85 Contributing Authors:
100 For the purposes of this copyright and license, "Contributing Authors"
109 The PNG Reference Library is supplied "AS IS". The Contributing
112 merchantability and of fitness for any purpose. The Contributing
130 The Contributing Authors and Group 42, Inc. specifically permit,
/third_party/libpng/
DLICENSE46 added to the list of Contributing Authors:
75 list of Contributing Authors:
85 Contributing Authors:
100 For the purposes of this copyright and license, "Contributing Authors"
109 The PNG Reference Library is supplied "AS IS". The Contributing
112 merchantability and of fitness for any purpose. The Contributing
130 The Contributing Authors and Group 42, Inc. specifically permit,
/third_party/skia/m133/third_party/externals/libpng/
DLICENSE46 added to the list of Contributing Authors:
75 list of Contributing Authors:
85 Contributing Authors:
100 For the purposes of this copyright and license, "Contributing Authors"
109 The PNG Reference Library is supplied "AS IS". The Contributing
112 merchantability and of fitness for any purpose. The Contributing
130 The Contributing Authors and Group 42, Inc. specifically permit,
/third_party/openssl/
DREADME.md29 - [Contributing](#contributing)
98 GitHub pull requests. For more details, see [Contributing](#contributing).
153 Contributing chapter
157 please take a look at the [CONTRIBUTING](CONTRIBUTING.md) file.
DSUPPORT.md58 pull request. The details are covered in the [Contributing][contributing] section.
93 [contributing]: https://github.com/openssl/openssl/blob/master/CONTRIBUTING.md
/third_party/skia/site/docs/dev/contrib/
D_index.md2 title: 'Contributing to Skia'
3 linkTitle: 'Contributing'
46 Anyone contributing code to Skia must sign a Contributor License Agreement and
52 - If you are contributing on behalf of a corporation, fill out the
/third_party/skia/m133/site/docs/dev/contrib/
D_index.md2 title: 'Contributing to Skia'
3 linkTitle: 'Contributing'
46 Anyone contributing code to Skia must sign a Contributor License Agreement and
52 - If you are contributing on behalf of a corporation, fill out the
/third_party/rust/crates/nom/
DCONTRIBUTING.md1 # Contributing to nom
3 Thanks a lot for contributing to this project!
5 The following is a set of guidelines for contributing to [nom][1].
15 The project uses the [MIT][l1] license. By contributing to this project you agree to license
/third_party/NuttX/
DCONTRIBUTING.md33 …* You should follow [NuttX C Coding Standard](https://nuttx.apache.org/docs/latest/contributing/co…
47 For general notes on contributing to Apache NuttX continue reading [here](https://nuttx.apache.org/…
/third_party/vulkan-loader/
DGOVERNANCE.md29 - Ensure project information such as the Readme, Contributing docs, wiki, etc., kept up-to-date
48 …- Approval is dependent upon adherence to the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md), an…
DREADME.md27 ## Information for Developing or Contributing
29 Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository for more details.
/third_party/rust/crates/clap/clap_lex/
DCONTRIBUTING.md3 See the [clap-wide CONTRIBUTING.md](../CONTRIBUTING.md). This will contain `clap_lex` specific not…
/third_party/rust/crates/clap/clap_mangen/
DCONTRIBUTING.md3 See the [clap-wide CONTRIBUTING.md](../CONTRIBUTING.md). This will contain `clap_mangen` specific n…
/third_party/brotli/
DREADME.md65 ### Contributing subsection
75 For contributing changes please read [CONTRIBUTING](CONTRIBUTING.md).
/third_party/grpc/third_party/upb/upb/
DREADME.md82 ## Contributing section in μpb: small, fast C protos
84 Please see [CONTRIBUTING.md](CONTRIBUTING.md).
/third_party/protobuf/upb/
DREADME.md82 ## Contributing section in μpb: small, fast C protos
84 Please see [CONTRIBUTING.md](CONTRIBUTING.md).
/third_party/skia/third_party/externals/dawn/
DREADME.md25 …https://matrix.to/#/#webgpu-dawn:matrix.org) for live discussion around contributing or using Dawn.
34 - [Contributing to Dawn](docs/contributing.md)
/third_party/vk-gl-cts/.github/
DCONTRIBUTING.md1 Please make sure to follow the [Contributing wiki](https://github.com/KhronosGroup/vk-gl-cts/wiki/C…
/third_party/rust/crates/clap/clap_complete/
DCONTRIBUTING.md3 See the [clap-wide CONTRIBUTING.md](../CONTRIBUTING.md). This will contain `clap_complete` specifi…

12345678910>>...39