Skip to content
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
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to rust-ai-driven-development-pipeline-template
# Contributing to auth-sync

Thank you for your interest in contributing! This document provides guidelines and instructions for contributing to this project.

Expand All @@ -7,8 +7,8 @@ Thank you for your interest in contributing! This document provides guidelines a
1. **Fork and clone the repository**

```bash
git clone https://github.com/YOUR-USERNAME/rust-ai-driven-development-pipeline-template.git
cd rust-ai-driven-development-pipeline-template
git clone https://github.com/YOUR-USERNAME/auth-sync.git
cd auth-sync
```

2. **Install Rust**
Expand Down Expand Up @@ -166,7 +166,7 @@ Use Rust documentation comments:
/// # Examples
///
/// ```
/// use my_package::example_function;
/// use sync_auth::example_function;
/// let result = example_function(1, 2);
/// assert_eq!(result, 3);
/// ```
Expand Down
Loading
Loading