Skip to content

Commit

Permalink
Use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jul 22, 2022
1 parent ed10a8b commit 24a8a9f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ external contributors to pick up. These tasks:
- have a narrow scope and/or easy reproduction steps
- can be worked on independent of other tasks

These issues will be labelled as [`help wanted`](https://github.com/kactus-io/kactus/labels/help%20wanted)
These issues will be labeled as [`help wanted`](https://github.com/kactus-io/kactus/labels/help%20wanted)
in the repository. If you are interested in contributing to the project, please
comment on the issue to let the core team (and the community) know you are
interested in the issue.

### Set Up Your Machine

Start [here](https://github.com/kactus-io/kactus/blob/master/docs/contributing/setup.md).
Start [here](https://github.com/kactus-io/kactus/blob/main/docs/contributing/setup.md).

#### Type of Issue and Issue State

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- __release-*
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Code scanning - action'
on:
push:
branches:
- master
- main
pull_request:
schedule:
- cron: '0 19 * * 0'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

![CI](https://github.com/kactus-io/kactus/workflows/CI/badge.svg)
![Sketch.app](https://img.shields.io/badge/Sketch.app-43-brightgreen.svg)
[![license](https://img.shields.io/github/license/kactus-io/kactus.svg?style=flat-square)](https://github.com/kactus-io/kactus/blob/master/LICENSE)
[![license](https://img.shields.io/github/license/kactus-io/kactus.svg?style=flat-square)](https://github.com/kactus-io/kactus/blob/main/LICENSE)

Kactus is a tool to bring proper version control _(as in git)_ to designers _(only sketch users for now, but we need to start somewhere, right?)_.

Expand All @@ -30,15 +30,15 @@ Download the installer for your operating system:

## Is Kactus right for me? What are the primary areas of focus?

[This document](https://github.com/kactus-io/kactus/blob/master/docs/process/what-is-kactus.md) describes the focus of Kactus and who the product is most useful for.
[This document](https://github.com/kactus-io/kactus/blob/main/docs/process/what-is-kactus.md) describes the focus of Kactus and who the product is most useful for.

## :cactus: I have a problem with Kactus

First, please search the [open issues](https://github.com/kactus-io/kactus/issues?q=is%3Aopen)
and [closed issues](https://github.com/kactus-io/kactus/issues?q=is%3Aclosed)
to see if your issue hasn't already been reported (it may also be fixed).

There is also a list of [known issues](https://github.com/kactus-io/kactus/blob/master/docs/known-issues.md)
There is also a list of [known issues](https://github.com/kactus-io/kactus/blob/main/docs/known-issues.md)
that are being tracked against Kactus, and some of these issues have workarounds.

If you can't find an issue that matches what you're seeing, open a [new issue](https://github.com/kactus-io/kactus/issues/new)
Expand Down
2 changes: 1 addition & 1 deletion app/src/lib/release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function getReleaseSummary(

async function getChangeLog(): Promise<ReleaseMetadata[]> {
const changelogURL =
'https://raw.githubusercontent.com/kactus-io/kactus/master/changelog.json'
'https://raw.githubusercontent.com/kactus-io/kactus/main/changelog.json'
const releasesURL = 'https://api.github.com/repos/Kactus-io/kactus/releases'
const query = __RELEASE_CHANNEL__ === 'beta' ? '?env=beta' : ''

Expand Down

0 comments on commit 24a8a9f

Please sign in to comment.