Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 89fea22

Browse files
fredemmottfacebook-github-bot
authored andcommitted
update open source config/docs
Summary: - master -> main (not yet done, want this change first so tests pass) - add github actions CI badge - ignore `.var/` which is used as a cache dir by several projects, including hhast Reviewed By: bigfootjon Differential Revision: D32544215 fbshipit-source-id: 6275bd5cec83c2a5a2566541654c6af041d689e7
1 parent 97bb1df commit 89fea22

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ tests/examples/*.out
55
.DS_Store
66
composer.lock
77
.*.hhast.*cache
8+
.var/

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md).
88

99
## Our Development Process
1010

11-
We develop on master, and make releases on an as-needed basic - usually
11+
We develop on main, and make releases on an as-needed basis - usually
1212
to support new HHVM releases.
1313

1414
## Pull Requests
1515
We actively welcome your pull requests.
1616

17-
1. Fork the repo and create your branch from `master`.
17+
1. Fork the repo and create your branch from `main`.
1818
2. If you've added code that should be tested, add tests.
1919
3. If you've changed APIs, update the documentation.
2020
4. Ensure the test suite passes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DiffLib
22

3+
[![Continuous Integration](https://github.com/hhvm/difflib/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/hhvm/difflib/actions/workflows/build-and-test.yml)
4+
35
DiffLib is a Hack library for creating and parsing diffs. Diffs can be created
46
between any two sequences of items. Additional helpers (such as support for
57
unified diffs, and colored diffs) are provided for string diffs.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"extra": {
55
"branch-alias": {
66
"dev-master": "1.x-dev",
7+
"dev-main": "1.x-dev",
78
"dev-CI_current_pull_request": "1.x-dev"
89
}
910
},

0 commit comments

Comments
 (0)