Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update master -> main #392

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: on push or pull_request
on:
push:
branches:
- master
- main
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# llnode Collaborator Guide

llnode follows the
[Node.js Collaborator Guide](https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md),
[Node.js Collaborator Guide](https://github.com/nodejs/node/blob/main/COLLABORATOR_GUIDE.md),
with the following differences:

- At least one Collaborator must approve a pull request before the pull
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ $ git remote add upstream git://github.com/indutny/llnode.git

#### Which branch?

For developing new features and bug fixes, the `master` branch should be pulled
For developing new features and bug fixes, the `main` branch should be pulled
and built upon.

### Step 2: Branch

Create a feature branch and start hacking:

```text
$ git checkout -b my-feature-branch -t origin/master
$ git checkout -b my-feature-branch -t origin/main
```

### Step 3: Commit
Expand Down
2 changes: 1 addition & 1 deletion LICENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The MIT License (MIT)
Copyright (c) 2016 nodereport contributors
--------------------------------------------------

*nodereport contributors listed at <https://github.com/nodejs/nodereport/blob/master/AUTHORS>*
*nodereport contributors listed at <https://github.com/nodejs/nodereport/blob/main/AUTHORS>*

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</p>

[![npm](https://img.shields.io/npm/v/llnode.svg?style=flat-square)](https://npmjs.org/package/llnode)
![ci](https://img.shields.io/github/workflow/status/nodejs/llnode/push/master?style=flat-square)
[![coverage](https://img.shields.io/coveralls/github/nodejs/llnode/master?style=flat-square)](https://coveralls.io/github/nodejs/llnode)
![ci](https://img.shields.io/github/workflow/status/nodejs/llnode/push/main?style=flat-square)
[![coverage](https://img.shields.io/coveralls/github/nodejs/llnode/mmain?style=flat-square)](https://coveralls.io/github/nodejs/llnode)


Node.js v10.x+ C++ plugin for the [LLDB](http://lldb.llvm.org) debugger.
Expand Down