• Home
  • Raw
  • Download

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

2 ---
3 [Contributing to Uuid]: #contributing-to-uuid
7 * [Feature Requests](#feature-requests)
8 * [Bug Reports](#bug-reports)
9 * [Pull Requests](#pull-requests)
10 * [Writing Documentation](#writing-documentation)
11 * [Issue Triage](#issue-triage)
12 * [Out-of-tree Contributions](#out-of-tree-contributions)
13 * [Helpful Links](#helpful-links)
15 For any questions, please make a post on [Discussions] or [users.rust-lang.org][u-r-l-o].
21 # Feature Requests
22 [Feature Requests]: #feature-requests
25 accepted. There are bound to be usability gaps that can be filled with non-breaking
37 > We welcome pull requests for your own feature requests. Discussion should stay
46 To implement unstable traits, see the precedent set by the `zerocopy-unstable` feature.
49 [Feature Request Link]: https://github.com/uuid-rs/uuid/issues/new?template=Feature_request.md
52 [Bug Reports]: #bug-reports
73 > We welcome pull requests for your own bug reports, provided they have been
76 [Bug Report Link]: https://github.com/uuid-rs/uuid/issues/new?template=Bug_report.md
78 # Pull Requests
79 [Pull Requests]: #pull-requests hashtag in Pull Requests
81 Pull requests(PRs) are the primary mechanism we use to change Uuid. GitHub itself
82 has some [great documentation] on using the Pull Request feature. We use the
83 "fork and pull" model described [here][fnp], where contributors push changes to
84 their personal fork and create pull requests to bring those changes into the
95 [great documentation]: https://help.github.com/articles/about-pull-requests/
96 [fnp]: https://help.github.com/articles/about-collaborative-development-models/
99 [Writing Documentation]: #writing-documentation
107 …74]: https://github.com/rust-lang/rfcs/blob/main/text/1574-more-api-documentation-conventions.md#a…
110 [Issue Triage]: #issue-triage
119 [lrus]: https://github.com/uuid-rs/uuid/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
126 [Helpful Links]: #helpful-links
131 * The Wikipedia entry on [Universally Unique Identifier][wiki-uuid].
134 [wiki-uuid]: https://en.wikipedia.org/wiki/Universally_unique_identifier
137 [u-r-l-o]: https://users.rust-lang.org
138 [Discussions]: https://github.com/uuid-rs/uuid/discussions
139 [search existing issues]: https://github.com/uuid-rs/uuid/search?q=&type=Issues&utf8=%E2%9C%93
140 [`cargo fuzz`]: https://rust-fuzz.github.io/book/cargo-fuzz.html