• Home
  • Raw
  • Download

Lines Matching +full:open +full:- +full:pull +full:- +full:requests +full:- +full:limit

1 <!-- Copyright 2022 The Fuchsia Authors
3 Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
4 <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
5 license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
7 those terms. -->
14 Once you've read the rest of this doc, check out our [good-first-issue
15 label][good-first-issue] for some good issues you can use to get your toes wet!
32 use GitHub pull requests for this purpose. Consult [GitHub
33 Help][about_pull_requests] for more information on using pull requests.
46 In non-library code, it's often advised to only implement features you need.
53 Thus, when designing external-facing features, try to make use of them somehow.
62 probably is! Invest the time to find the root cause - you will either learn
80 Documentation comments should be self-contained; in other words, do not assume
108 1. Tests must be deterministic. Threaded or time-dependent code, random number
137 Commit messages should be _concise_ but self-contained (avoid relying on issue
146 1. [Separate subject from body with a blank line](https://chris.beams.io/posts/git-commit/#separate)
147 1. [Limit the subject line to 50 characters](https://chris.beams.io/posts/git-commit/#limit-50)
148 1. [Capitalize the subject line](https://chris.beams.io/posts/git-commit/#capitalize)
149 1. [Do not end the subject line with a period](https://chris.beams.io/posts/git-commit/#end)
150 1. [Use the imperative mood in the subject line](https://chris.beams.io/posts/git-commit/#imperativ…
151 1. [Wrap the body at 72 characters](https://chris.beams.io/posts/git-commit/#wrap-72)
152 1. [Use the body to explain what and why vs. how](https://chris.beams.io/posts/git-commit/#why-not-
157 zerocopy-derive crate:
163 The body may be omitted if the subject is self-explanatory; e.g. when fixing a
171 issue back-links to the commit. Use "Closes", "Fixes", or "Resolves" on its own
182 self-contained" above). Git history is more likely to be retained indefinitely
189 1. Non-public URLs
192 + Refer to commits in this repository by their SHA-1 hash
199 This project follows [Google's Open Source Community
202 [about_pull_requests]: https://help.github.com/articles/about-pull-requests/
203 [beams_git_commit]: https://chris.beams.io/posts/git-commit/
204 [cargo_example]: http://xion.io/post/code/rust-examples.html
205 [change_detector_tests]: https://testing.googleblog.com/2015/01/testing-on-toilet-change-detector-t…
207 [commit_guidelines]: https://www.git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_…
208 [determinism]: https://fuchsia.dev/fuchsia-src/contribute/testing/best-practices#write_reproducible…
209 [flutter_philosophy]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#philosop…
210 [good-first-issue]: https://github.com/google/zerocopy/issues?q=is%3Aissue+is%3Aopen+label%3A%22goo…
213 [miri]: https://github.com/rust-lang/miri
215 [undefined_behavior]: https://raphlinus.github.io/programming/rust/2018/08/17/undefined-behavior.ht…