Skip to content

chore: update support link #2986

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

Merged
merged 3 commits into from
Jun 5, 2024
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
14 changes: 3 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Welcome to the contributing guide for the api-clients-automation repository!

You can find a lot more information about how to contribute [on our documentation](https://api-clients-automation.netlify.app/docs/contributing/introduction/)
Please read [our contributing guides](https://api-clients-automation.netlify.app/docs/contributing/introduction/) for advanced usage.

If this guide does not contain what you are looking for and thus prevents you from contributing, don't hesitate to [open an issue](https://github.com/algolia/api-clients-automation/issues/new/choose).
If you can't find what you are looking for, please [open an issue](https://github.com/algolia/api-clients-automation/issues/new/choose).

## Reporting an issue

Expand All @@ -19,17 +19,9 @@ Another element that will help us go faster at solving the issue is to provide a
For any code contribution, you need to:

- Fork and clone the project
- Create a new branch for what you want to solve (fix/_issue-number_, feat/_name-of-the-feature_)
- Make your changes
- Open a pull request

Then:

- A team member will review the pull request
- Automatic checks will run

When every check is green and a team member approves, your contribution is merged! 🚀

## Commit conventions

This project follows the [conventional changelog](https://conventionalcommits.org/) approach. This means that all commit messages should be formatted using the following scheme:
Expand Down Expand Up @@ -59,6 +51,6 @@ Some examples of valid commit messages (used as first lines):

To run this project, you will need:

- Node.js ≥ 18 – [nvm](https://github.com/creationix/nvm#install-script) is recommended
- Node.js ≥ 20 – [nvm](https://github.com/creationix/nvm#install-script) is recommended
- [Yarn](https://yarnpkg.com)
- [Docker](https://docs.docker.com/desktop/install/mac-install/)
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ErrorWithStackTrace extends AlgoliaError {
export class RetryError extends ErrorWithStackTrace {
constructor(stackTrace: StackFrame[]) {
super(
'Unreachable hosts - your application id may be incorrect. If the error persists, please create a ticket at https://support.algolia.com/ sharing steps we can use to reproduce the issue.',
'Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.',
stackTrace,
'RetryError'
);
Expand Down
3 changes: 1 addition & 2 deletions clients/algoliasearch-client-python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ project_urls =
description = ⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
long_description = file: README.md
long_description_content_type = textmarkdown
maintainer = support team <[email protected]>
maintainer_email = [email protected]
maintainer = support team <https://alg.li/support>
license = MIT
license_files = LICENSE
keywords = algolia, py, search, backend, hosted, cloud, full-text search, faceted search
Expand Down
3 changes: 1 addition & 2 deletions clients/algoliasearch-client-ruby/algolia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Gem::Specification.new do |s|
s.name = 'algolia'
s.version = Algolia::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Algolia']
s.email = ['[email protected]']
s.authors = ['https://alg.li/support']
s.homepage = 'https://github.com/algolia/algoliasearch-client-ruby'
s.summary = 'A simple Ruby client for the algolia.com REST API'
s.description = 'A simple Ruby client for the algolia.com REST API'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public extension URLRequest {
case invalidQueryItems

public var errorDescription: String? {
let contactUs = "Please contact [email protected] if this problem occurs."
let contactUs = "Please contact https://alg.li/support if this problem occurs."
switch self {
case let .badHost(host):
return "Bad host: \(host). Will retry with next host. " + contactUs
Expand Down
2 changes: 1 addition & 1 deletion playground/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "app"
version = "0.0.1"
description = "playground for the algoliasearch-client-python repository"
authors = ["Algolia Team <[email protected]>"]
authors = ["Algolia Team <https://alg.li/support>"]
license = "MIT"
readme = "README.md"
homepage = "https://www.algolia.com"
Expand Down
2 changes: 1 addition & 1 deletion snippets/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "snippets"
version = "0.0.1"
description = "snippets for the python api client"
authors = ["Algolia Team <[email protected]>"]
authors = ["Algolia Team <https://alg.li/support>"]
license = "MIT"
homepage = "https://www.algolia.com"
repository = "https://github.com/algolia/api-clients-automation"
Expand Down
2 changes: 1 addition & 1 deletion templates/python/pyproject.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "algoliasearch"
version = "{{{packageVersion}}}"
description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
authors = ["Algolia Team <[email protected]>"]
authors = ["Algolia Team <https://alg.li/support>"]
license = "MIT"
readme = "README.md"
homepage = "https://www.algolia.com"
Expand Down
2 changes: 1 addition & 1 deletion tests/output/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tests"
version = "0.0.1"
description = "common test suite for the Python API client"
authors = ["Algolia Team <[email protected]>"]
authors = ["Algolia Team <https://alg.li/support>"]
license = "MIT"
homepage = "https://www.algolia.com"
repository = "https://github.com/algolia/api-clients-automation"
Expand Down
Loading