Skip to content
Closed
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
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
id: describe-bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you are reporting a crash please take a look at https://github.com/kolunmi/bazaar/blob/debug-symbols/docs/debugging.md#debugging-crashes
description: A clear and concise description of what the bug is. If you are reporting a crash please take a look at https://github.com/bazaar-org/bazaar/blob/debug-symbols/docs/debugging.md#debugging-crashes
placeholder: Tell us what happened!
value: "When I entered 2 + 2, I got the answer 6."
validations:
Expand Down Expand Up @@ -66,4 +66,3 @@ body:
attributes:
label: Extra information or context
description: Add any other context about the problem here.

12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing Guide

Thank you for contributing to Bazaar! Here are some instructions to get you started.
Thank you for contributing to Bazaar! Here are some instructions to get you started.

* [New Contributor Guide](#contributing-guide)
* [Ways to Contribute](#ways-to-contribute)
Expand Down Expand Up @@ -34,18 +34,18 @@ We welcome many different types of contributions including:
* Issue Triage
* Answering questions in Discussions
* Release management
* [Translations](https://github.com/kolunmi/bazaar/blob/master/TRANSLATORS.md) - follow the dedicated instructions in that document
* [Translations](https://github.com/bazaar-org/bazaar/blob/master/TRANSLATORS.md) - follow the dedicated instructions in that document

## Find an Issue

These are the issues that need the most amount of attention and would be an effective way to get started:

- [Help Wanted issues](https://github.com/kolunmi/bazaar/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22)
- [Good first issues](https://github.com/kolunmi/bazaar/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
- [Help Wanted issues](https://github.com/bazaar-org/bazaar/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22)
- [Good first issues](https://github.com/bazaar-org/bazaar/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)

Sometimes there won’t be any issues with these labels. That’s ok! There is
likely still something for you to work on. If you want to contribute but you
don’t know where to start or can't find a suitable issue then feel free to post on the [discussion forum](https://github.com/kolunmi/bazaar/discussions)
don’t know where to start or can't find a suitable issue then feel free to post on the [discussion forum](https://github.com/bazaar-org/bazaar/discussions)

Once you see an issue that you'd like to work on, please post a comment saying
that you want to work on it. Something like "I want to work on this" is fine.
Expand All @@ -55,7 +55,7 @@ that you want to work on it. Something like "I want to work on this" is fine.
The best way to reach us with a question when contributing is to ask on:

* The original github issue you want to contribute to
* The [discussions](https://github.com/kolunmi/bazaar/discussions) area
* The [discussions](https://github.com/bazaar-org/bazaar/discussions) area

## Building

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Pre-built binaries are distributed via Flathub and GitHub actions:

<a href='https://flathub.org/apps/details/io.github.kolunmi.Bazaar'><img width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?svg&locale=en'/></a>

[![Build Flatpak and Upload Artifact](https://github.com/kolunmi/bazaar/actions/workflows/build-flatpak.yml/badge.svg)](https://github.com/kolunmi/bazaar/actions/workflows/build-flatpak.yml)
[![Build Flatpak and Upload Artifact](https://github.com/bazaar-org/bazaar/actions/workflows/build-flatpak.yml/badge.svg)](https://github.com/bazaar-org/bazaar/actions/workflows/build-flatpak.yml)

There also exist packages for [Debian](https://tracker.debian.org/pkg/bazaar)
and [Arch](https://archlinux.org/packages/extra/x86_64/bazaar/). These are not
Expand Down
6 changes: 3 additions & 3 deletions bazaar.doap
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
applications and addons from Flatpak remotes, particularly Flathub.
</description>

<homepage rdf:resource="https://github.com/kolunmi/bazaar" />
<download-page rdf:resource="https://github.com/kolunmi/bazaar/releases" />
<bug-database rdf:resource="https://github.com/kolunmi/bazaar/issues" />
<homepage rdf:resource="https://github.com/bazaar-org/bazaar" />
<download-page rdf:resource="https://github.com/bazaar-org/bazaar/releases" />
<bug-database rdf:resource="https://github.com/bazaar-org/bazaar/issues" />

<programming-language>C</programming-language>

Expand Down
Loading
Loading