1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Frequently Asked Questions
## Using Posting
### How do I edit headers or query parameters?
Right now, you need to delete the row and re-create it with the correct values. Inline editing is planned, but not yet implemented.
## Contributing
### How do I suggest a feature?
You can suggest a feature by opening a Discussion on the [GitHub repository](https://github.com/darrenburns/posting/discussions) under the "Ideas" category.
### How do I report a bug?
You can report a bug by opening an Issue on the [GitHub repository](https://github.com/darrenburns/posting/issues).
### How do I contribute code to Posting?
You can contribute code to Posting by opening a Pull Request on the [GitHub repository](https://github.com/darrenburns/posting/pulls).
However, reporting bugs and suggesting features is also a great way to contribute!
A guide to contributing is coming soon.
## General
### How was Posting built?
Posting is built using [Textual](https://textual.textualize.io/), a Python framework for building terminal-based applications.
### Who is the original creator of Posting?
Posting was originally created by [Darren Burns](https://github.com/darrenburns), an open-source developer from Scotland, UK.
|