Skip to content

Commit

Permalink
[Rename] Rename all occurences of "Libra" to "Diem"
Browse files Browse the repository at this point in the history
Closes: #6798
  • Loading branch information
Tim Zakian authored and bors-libra committed Dec 7, 2020
1 parent 9a1d319 commit 7657697
Show file tree
Hide file tree
Showing 2,179 changed files with 38,467 additions and 38,546 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -377,9 +377,9 @@ jobs:
- run:
command: RUST_BACKTRACE=1 cargo xbuild -j 16 -p language-benchmarks
- run:
command: RUST_BACKTRACE=1 cargo xbuild -j 16 -p libra-fuzzer
command: RUST_BACKTRACE=1 cargo xbuild -j 16 -p diem-fuzzer
- run:
command: RUST_BACKTRACE=1 cargo xbuild -j 16 -p libra-swarm
command: RUST_BACKTRACE=1 cargo xbuild -j 16 -p diem-swarm
- run:
command: RUST_BACKTRACE=1 cargo xbuild -j 16 -p test-generation
- run:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/get_pr_info.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) The Libra Core Contributors
# Copyright (c) The Diem Core Contributors
# SPDX-License-Identifier: Apache-2.0

#Check prerequists.
Expand Down
2 changes: 1 addition & 1 deletion .circleci/should_run_lbt.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) The Libra Core Contributors
# Copyright (c) The Diem Core Contributors
# SPDX-License-Identifier: Apache-2.0

set -eo pipefail
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
---
name: "\U0001F41B Bug report"
about: Create a bug report to help improve Libra Core
about: Create a bug report to help improve Diem Core
title: "[Bug]"
labels: bug
assignees: ''
Expand Down Expand Up @@ -32,7 +32,7 @@ To report a security issue, please email security@libra.org. -->
## System information

**Please complete the following information:**
- <!-- Libra Version -->
- <!-- Diem Version -->
- <!-- Rust Version -->
- <!-- Computer OS -->

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation_bug_report.md
@@ -1,6 +1,6 @@
---
name: "\U0001F41B Documentation/developers.libra.org Bug report"
about: Create a bug report to help improve the Libra Developers' Website
about: Create a bug report to help improve the Diem Developers' Website
title: "[Bug]"
labels: bug
assignees: ''
Expand All @@ -9,7 +9,7 @@ assignees: ''

# 🐛 Bug

If you're looking to report an issue with the Libra Core project go to https://github.com/libra/libra
If you're looking to report an issue with the Diem Core project go to https://github.com/libra/libra

<!-- A clear and concise description of what the bug is.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,6 @@
---
name: "\U0001F680 Feature request"
about: Suggest a new feature in Libra Core
about: Suggest a new feature in Diem Core
title: "[Feature Request]"
labels: enhancement
assignees: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,5 @@
<!--
Thank you for sending a PR. We appreciate you spending time to help improve the Libra project.
Thank you for sending a PR. We appreciate you spending time to help improve the Diem project.
The project is undergoing daily changes. Pull Requests will be reviewed and responded to as time permits.
-->
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/README.md
@@ -1,3 +1,3 @@
# github actions

These actions are custom for Libra Core workflows.
These actions are custom for Diem Core workflows.
2 changes: 1 addition & 1 deletion .github/actions/land-blocking/cti-codebuild.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) The Libra Core Contributors
# Copyright (c) The Diem Core Contributors
# SPDX-License-Identifier: Apache-2.0

# Expects these environment variables
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/land-blocking/find-lbt-images.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) The Libra Core Contributors
# Copyright (c) The Diem Core Contributors
# SPDX-License-Identifier: Apache-2.0

# adapted from --build-all-cti option from libra/docker/build-aws.sh, which is how
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
@@ -1,3 +1,3 @@
# Code of Conduct

The Libra Core project has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://developers.libra.org/docs/policies/code-of-conduct) so that you can understand what actions will and will not be tolerated.
The Diem Core project has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://developers.diem.com/docs/policies/code-of-conduct) so that you can understand what actions will and will not be tolerated.
24 changes: 12 additions & 12 deletions CONTRIBUTING.md
@@ -1,20 +1,20 @@
---
id: contributing
title: Contributing to Libra
title: Contributing to Diem
---

Our goal is to make contributing to the Libra project easy and transparent.
Our goal is to make contributing to the Diem project easy and transparent.

> **Note**: As the Libra Core project is currently an early-stage prototype, it
> **Note**: As the Diem Core project is currently an early-stage prototype, it
> is undergoing rapid development. While we welcome contributions, before
> making substantial contributions be sure to discuss them in the Discourse
> forum to ensure that they fit into the project roadmap.
## On Contributing

### Libra Core
### Diem Core

To contribute to the Libra Core implementation, first start with the proper
To contribute to the Diem Core implementation, first start with the proper
development copy.

To get the development installation with all the necessary dependencies for
Expand All @@ -32,17 +32,17 @@ cargo xtest
#### Code Style, Hints, and Testing

Refer to our [Coding
Guidelines](https://developers.libra.org/docs/community/coding-guidelines) for
Guidelines](https://developers.diem.com/docs/community/coding-guidelines) for
detailed guidance about how to contribute to the project.

#### Documentation

Libra's developer website is also open source (the code can be found in this
[repository](https://github.com/libra/libra/developers.libra.org/website/)). It is built using
Diem's developer website is also open source (the code can be found in this
[repository](https://github.com/libra/libra/developers.diem.com/website/)). It is built using
[Docusaurus](https://docusaurus.io/):

If you know Markdown, you can already contribute! How to contribute can be found in the [website
repo](https://github.com/libra/developers.libra.org/website/CONTRIBUTING.md).
repo](https://github.com/diem/developers.diem.com/website/CONTRIBUTING.md).

## Developer Workflow

Expand Down Expand Up @@ -167,8 +167,8 @@ able to be built and passes all checks performed by CI.

## Contributor License Agreement

For pull request to be accepted by any Libra projects, a CLA must be signed.
You will only need to do this once to work on any of Libra's open source
For pull request to be accepted by any Diem projects, a CLA must be signed.
You will only need to do this once to work on any of Diem's open source
projects. Individuals contributing on their own behalf can sign the [Individual
CLA](https://github.com/libra/libra/blob/master/documentation/contributing/individual-cla.pdf).
If you are contributing on behalf of your employer, please ask them to sign the
Expand All @@ -177,6 +177,6 @@ CLA](https://github.com/libra/libra/blob/master/documentation/contributing/corpo

## Issues

Libra uses [GitHub issues](https://github.com/libra/libra/issues) to track
Diem uses [GitHub issues](https://github.com/libra/libra/issues) to track
bugs. Please include necessary information and instructions to reproduce your
issue.

1 comment on commit 7657697

@zzz6519003
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it renamed

Please sign in to comment.