Skip to content

Commit

Permalink
Attempt fix for issue #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Nov 7, 2024
1 parent 67165e4 commit 2855992
Show file tree
Hide file tree
Showing 23 changed files with 4,173 additions and 1,926 deletions.
12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ First off, thank you for considering contributing to Comet! It’s people like y

If you encounter any bugs or issues while using Comet, please report them. This helps us to maintain the quality of the project and ensures that other users have a better experience.

1. **Search for existing issues**: Before reporting a new issue, check if someone else has already reported it. You can search [here](https://github.com/Thavarshan/comet/issues).
2. **Create a new issue**: If you don’t find a similar issue, create a new one [here](https://github.com/Thavarshan/comet/issues/new).
1. **Search for existing issues**: Before reporting a new issue, check if someone else has already reported it. You can search [here](https://github.com/stellar-comet/comet/issues).
2. **Create a new issue**: If you don’t find a similar issue, create a new one [here](https://github.com/stellar-comet/comet/issues/new).
3. **Provide details**: Please include as much information as possible. Include the steps to reproduce the issue, the expected outcome, and the actual outcome. Providing screenshots, error messages, and relevant log files can help us resolve the issue faster.

### Suggesting Features

We welcome suggestions for new features that could enhance Comet.

1. **Search for existing suggestions**: Before suggesting a new feature, check if someone else has already suggested it [here](https://github.com/Thavarshan/comet/issues).
2. **Create a new feature request**: If your feature is unique, create a new feature request [here](https://github.com/Thavarshan/comet/issues/new?template=feature_request.md).
1. **Search for existing suggestions**: Before suggesting a new feature, check if someone else has already suggested it [here](https://github.com/stellar-comet/comet/issues).
2. **Create a new feature request**: If your feature is unique, create a new feature request [here](https://github.com/stellar-comet/comet/issues/new?template=feature_request.md).
3. **Describe the feature**: Provide a detailed description of the feature, why you think it’s important, and how it could benefit users. If possible, suggest how it could be implemented.

### Contributing Code
Expand All @@ -30,7 +30,7 @@ We love contributions, whether they’re bug fixes, new features, or improving d
2. **Clone**: Clone the forked repository to your local machine.

```bash
git clone https://github.com/Thavarshan/comet.git
git clone https://github.com/stellar-comet/comet.git
cd comet
```

Expand Down Expand Up @@ -102,4 +102,4 @@ We appreciate contributions to our documentation. If you’ve added a new featur

Your contributions make Comet better for everyone. Thank you for taking the time to improve the project. We’re thrilled to have you as part of our community, and we’re excited to see what you’ll contribute.

If you have any questions, feel free to [open an issue](https://github.com/Thavarshan/comet/issues/new) or reach out to us. Happy coding!
If you have any questions, feel free to [open an issue](https://github.com/stellar-comet/comet/issues/new) or reach out to us. Happy coding!
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Help & Support
url: https://github.com/Thavarshan/comet/discussions
url: https://github.com/stellar-comet/comet/discussions
about: 'This repository is only for reporting bugs. If you have a question or need help using the library, click:'
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

GitHub issue trackers are not intended to provide Sentinel help or support. Instead, use one of the following channels:

- [Github discussions](https://github.com/Thavarshan/comet/discussions)
- [Github discussions](https://github.com/stellar-comet/comet/discussions)
3 changes: 2 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ module.exports = {
tabWidth: 2,
useTabs: false,
endOfLine: 'auto',
};
spaceBeforeFunctionParen: false
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center"><a href="https://comet.thavarshan.com" target="_blank"><img src="https://github.com/Thavarshan/comet/blob/main/assets/logo.svg" width="400" height="400" alt="Comet"></a></p>
<p align="center"><a href="https://comet.thavarshan.com" target="_blank"><img src="https://github.com/stellar-comet/comet/blob/main/assets/logo.svg" width="400" height="400" alt="Comet"></a></p>

<p align="center">
<a href="https://github.com/Thavarshan/comet/actions"><img src="https://github.com/Thavarshan/comet/actions/workflows/test.yml/badge.svg" alt="Test Status"></a>
<a href="https://github.com/Thavarshan/comet/actions"><img src="https://github.com/Thavarshan/comet/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/Thavarshan/comet/actions"><img src="https://github.com/Thavarshan/comet/actions/workflows/release.yml/badge.svg?branch=release" alt="Release Status"></a>
<a href="https://github.com/stellar-comet/comet/actions"><img src="https://github.com/stellar-comet/comet/actions/workflows/test.yml/badge.svg" alt="Test Status"></a>
<a href="https://github.com/stellar-comet/comet/actions"><img src="https://github.com/stellar-comet/comet/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/stellar-comet/comet/actions"><img src="https://github.com/stellar-comet/comet/actions/workflows/release.yml/badge.svg?branch=release" alt="Release Status"></a>
<a href="https://packagist.org/packages/jerome/filterable"><img src="https://img.shields.io/packagist/l/jerome/filterable" alt="License"></a>
</p>

Expand Down Expand Up @@ -75,7 +75,7 @@ To get started with Comet:
1. **Clone the repository:**

```bash
git clone https://github.com/Thavarshan/comet.git
git clone https://github.com/stellar-comet/comet.git
cd comet
```

Expand Down
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: ForgeConfig = {
name: productName,
authors: author.name,
exe: `${productName}.exe`,
iconUrl: 'https://github.com/Thavarshan/comet/blob/main/assets/icons/icon.ico',
iconUrl: 'https://github.com/stellar-comet/comet/blob/main/assets/icons/icon.ico',
loadingGif: path.resolve(__dirname, 'assets', 'loading.gif'),
noMsi: true,
setupExe: `${name}-${version}-${arch}-setup.exe`,
Expand Down
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable max-len */
/**
* For a detailed explanation regarding each configuration property, visit:
* https://jestjs.io/docs/configuration
Expand Down
Loading

0 comments on commit 2855992

Please sign in to comment.