Skip to content

Commit

Permalink
Merge branch 'nightly' into string-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujingya committed Apr 23, 2024
2 parents e012386 + b176fe7 commit acb77b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -21,7 +21,7 @@ Also, before opening a new issue, take a moment to search through the already
submitted issues to avoid creating duplicate issues for the maintainers to
address.

### Writing high-quality bugs
### Writing high-quality bug descriptions

We encourage you to provide as much information about the issue as practical.
The more details you provide, the faster we can resolve the issue. The following
Expand Down Expand Up @@ -157,7 +157,8 @@ experience with the process.

You can use a pull request to propose a change or bug fix to the Mojo Standard
Library, Mojo examples, or Mojo documentation. This page gives an overview of
the process, especially for first-time contributors.
the process. For a more detailed walkthrough, see
[How to contribute to the Mojo standard library: a step-by-step guide](https://www.modular.com/blog/how-to-contribute-to-mojo-standard-library-a-step-by-step-guide).

**Note:** Pull requests should be submitted against the `nightly` branch,
which represents the most recent nightly build.
Expand Down
3 changes: 1 addition & 2 deletions stdlib/docs/vision.md
Expand Up @@ -18,8 +18,7 @@ encouraged to engage with the standard library and language evolution. We
intend to ignite enthusiasm to contribute to the expanding Mojo package
ecosystem.

- The standard library prioritizes
**Performance `>` Safety `>` Portability `>` Debuggability.**
- The standard library prioritizes **Performance, Safety, Portability, and Debuggability.**

- **Respectable performance by default.** The standard library should provide
respectable performance by default, but not perfect performance. We support
Expand Down

0 comments on commit acb77b1

Please sign in to comment.