doorstop icon indicating copy to clipboard operation
doorstop copied to clipboard

Requirements management using version control.

Results 128 doorstop issues
Sort by recently updated
recently updated
newest added

Markdown uses indentation to create nested itemizes. The LaTeX Export only creates one \begin{itemize}...\end{itemize} scope and ignores the indented "*" items This is caused by the regex searching for "beginning...

bug
help wanted

Hello, I'm new to doorstop and trying to understand how to use it correctly. I have a very simple tree containing just a single req REQ001.yml. I noticed that when...

question

Example concept - https://github.com/konstantin-hatvan/traceability-tool ```c /** @requirement #[ MyRequirement ]# #( This is the description )# */ void myFunction(void) { // ... } ``` Parce source code Doxygen command _requirement_...

I'm currently looking into all issues on the publishers. I also recently wrote the LaTeX-publisher which now also has templating support. It occurs to me that it would be a...

discussion

Hello, This time a feature request. ## Problem I've seen that there are few requests/issues with customization of the Markdown output: - [x] #166 - [x] #295 - [x] #469...

feature
help wanted

Markdown publisher generates attr_list without space after first curly bracket ie. `{#SRS-001 }` instead `{ #SRS-001 }` This may create a problem when we want to render the output markdown...

bug
help wanted

PR #505, reborn. *now* "Able to merge". One-file import/export format, as discussed in #507 Doorstop REFI-QDA mapping is documented and implemented in qdatools and _one_file_qdc(), both in importer.py and in...

I did not find the way how to create structure of documents with multiple parents. We have situation where there are multiple sources of HL requirement from customer and one...

feature
help wanted

This PR implements the notion of a "mapped" document which addresses (to some extend) the multi-parent problem. I'm coming from a medical device software development environment and have similar requirements...

Also relates to #309 I'm willing to start a discussion about using doorstop in the context of Functional Safety concerned developments according to mentioned norms. Any experience about this?

discussion