This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ possible.
4
4
5
5
## Our Development Process
6
6
7
- This project is developed in the 'master ' branch on GitHub. Changes should be
7
+ This project is developed in the 'main ' branch on GitHub. Changes should be
8
8
submitted as pull requests.
9
9
10
- Usually, versions will be tagged directly from master ; if changes are needed to
10
+ Usually, versions will be tagged directly from main ; if changes are needed to
11
11
an old release, a branch will be cut from the previous release in that series - e.g.
12
12
v1.2.3 might be tagged from a ` 1.2.x ` branch.
13
13
14
14
## Pull Requests
15
15
We actively welcome your pull requests.
16
- 1 . Fork the repo and create your branch from ` master ` .
16
+ 1 . Fork the repo and create your branch from ` main ` .
17
17
2 . If you've added code that should be tested, add tests
18
18
3 . Ensure the test suite passes and the example still work
19
19
4 . If you haven't already, complete the Contributor License Agreement ("CLA").
Original file line number Diff line number Diff line change 1
1
# hh-apidoc
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /hhvm/hh-apidoc. svg?branch=master )] ( https://travis-ci.org /hhvm/hh-apidoc )
3
+ [ ![ Continuous Integration ] ( https://github.com /hhvm/hh-apidoc/actions/workflows/build-and-test.yml/badge. svg )] ( https://github.com /hhvm/hh-apidoc/actions/workflows/build-and-test.yml )
4
4
5
5
An API documentation generator for Hack files. The generator works on files that start with ` <?hh ` .
6
6
You can’t perform that action at this time.
0 commit comments