Skip to content

Commit

Permalink
resolve conflicts with main, use latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ctdunc committed Mar 16, 2024
2 parents dbe5300 + 06a3f6d commit d924db3
Show file tree
Hide file tree
Showing 22 changed files with 1,591 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.1
rev: v0.2.2
hooks:
# Run the linter.
- id: ruff
Expand Down
24 changes: 23 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,26 @@ For all feature related work, it would be great to ask yourself the following qu

## Remember to run these before committing:
1. pre-commit. We use ruff.
2. cargo fmt
2. cargo fmt

## How to get started?

Take a look at the Makefile. Set up your environment first. Then take a look at the tutorial here, and grasp the basics of maturin here.

Then find a issue/feature that you want to improve/implement!

## A word on Doc, Typo related PRs

For docs and typo fix PRs, we welcome changes that:

1. Fix actual typos and please do not open a PR for each typo.

2. Add explanations, docstrings for previously undocumented features/code.

3. Improve clarification for terms, explanations, docs, or docstrings.

4. Fix actual broken UI/style components in doc/readme.

Simple stylistic change/reformatting that doesn't register any significant change in looks, or doesn't fix any previously noted problems will not be approved.

Please understand, and thank you for your time.
Loading

0 comments on commit d924db3

Please sign in to comment.