Skip to content
Draft
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
48 changes: 48 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Contributing to novi-tokeni

Thank you for your interest in contributing to novi-tokeni! We appreciate your help in making this project better.

## How to Contribute

### Reporting Bugs

If you find a bug, please create an issue with the following information:
- A clear and descriptive title
- Steps to reproduce the bug
- Expected behavior
- Actual behavior
- Any relevant logs or screenshots

### Fixing Bugs

If you are fixing a bug:
1. **Reference the issue number** in your pull request description
2. Fork the repository
3. Create a new branch for your fix
4. Make your changes
5. Test your changes
6. Submit a pull request with a clear description of the fix

### Implementing Features

If you are implementing a feature request:
1. **Check with the maintainers first** that the feature will be accepted
2. Create or reference an existing issue describing the feature
3. Wait for maintainer approval before starting work
4. Fork the repository
5. Create a new branch for your feature
6. Implement the feature
7. Test your changes
8. Submit a pull request with a clear description

## Pull Request Guidelines

- Keep pull requests focused on a single issue or feature
- Write clear, descriptive commit messages
- Reference any related issues in your PR description
- Ensure your code follows the existing code style
- Test your changes before submitting

## Questions?

If you have questions about contributing, please open an issue and we'll be happy to help!
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# novi-tokeni
# novi-tokeni

## Contributing

We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details on how to get started.