Skip to content

Commit 9c17f5a

Browse files
committed
fix: Remove contributing section and update links in README
1 parent a78f4a2 commit 9c17f5a

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -402,27 +402,6 @@ QueryPal provides comprehensive REST APIs. When running locally, access:
402402

403403
---
404404

405-
## 🤝 Contributing
406-
407-
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details.
408-
409-
### Development Workflow
410-
1. **Fork** the repository
411-
2. **Create** a feature branch (`git checkout -b feature/amazing-feature`)
412-
3. **Make** your changes with tests
413-
4. **Run** the test suite (`npm test` and `./run_tests.sh`)
414-
5. **Commit** your changes (`git commit -m 'Add amazing feature'`)
415-
6. **Push** to the branch (`git push origin feature/amazing-feature`)
416-
7. **Open** a Pull Request
417-
418-
### Code Standards
419-
- **TypeScript**: Strict mode enabled
420-
- **Python**: Black formatting, MyPy type checking
421-
- **Testing**: Maintain 80%+ coverage
422-
- **Documentation**: Update README and inline docs
423-
424-
---
425-
426405
## 📄 License
427406

428407
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
@@ -440,7 +419,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
440419

441420
---
442421

443-
## Links
422+
## 🔗 Links
444423

445424
- **Live Demo**: [QueryPal Production](https://querypal.virtonomy.io)
446425
- **GitHub Repository**: [QueryPal Source](https://github.com/ChingEnLin/QueryPal)

0 commit comments

Comments
 (0)