File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff 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
428407This 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 )
You can’t perform that action at this time.
0 commit comments