You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you begin, please review our community Code of Conduct if you have not already done so.
Asking questions
What if it's a bug?
Contributing to the project
Questions
All questions are welcome, we're happy to assist. The Q&A category of our discussion board is dedicated to this purpose, and is categorized using tags, allowing for easy searching to see if your question has already been answered.
The following pieces of detail can assist us in answering your question. When not present, depending on the nature of your question, we're likely to ask for this information as a follow up.
Goal (e.g. "I'm trying to implement X in my integration, but I am encountering Y.")
Source code examples
The versions of FalconPy and Python 3 that you are using
The operating system this is currently running on
Scope
Please make sure and limit discussion posts within this repository to topics related to the FalconPy library. While we're always happy to assist you with communicating with CrowdStrike APIs, this will guarantee this content remains relevant to the overall community.
Providing source code examples
Please try to submit questions and issues in MCVE format. We typically do not need to see all of your code, just a few lines around the section the question is about. Any other relevant method calls may also be helpful, but you can also just describe what the call is doing. When posting a discussion, if you enclose your code blocks in triple back-ticks flagged python, your code will syntax highlight and format properly.
Example
```python
print("Your code goes here!")
```
Produces
print("Your code goes here!")
Important
Please remember to redact API credentials and CID / AID values from any code you post.
Issues
We track bugs, enhancements, documentation errors and security concerns using GitHub issues. You can also post questions there (we'll move them over to the discussion board when we respond.) Discussion posts that result in a bug determination (or enhancement request, etc.) will be converted into issues (or a standalone issue will be created).
Tip
CROSS-POSTING
We will respond to discussions as quickly as possible. Please do not open linked issues immediately after posting a discussion as this creates additional work for maintainers and does not expedite response turnaround.
Contributing
Our Show and Tell category provides a place for you to post your integration examples using FalconPy. Our Ideas category is a good place to post ideas that are not yet "fully baked" so the community can collaborate with you on the direction your code is taking.
If you'd like to see your example posted to the samples section of the main repository, please review the contribution guidelines and then submit a pull request to the samples branch. Submitted samples will need to be fully documented, similar to other samples maintained within this repository.
Have you developed new FalconPy functionality that you would like to see as part of the main package? Fantastic! Please submit these pull requests to the dev branch for unit testing and review.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're glad you're here 😃
We're excited to collaborate with you!
Questions
All questions are welcome, we're happy to assist. The Q&A category of our discussion board is dedicated to this purpose, and is categorized using tags, allowing for easy searching to see if your question has already been answered.
The following pieces of detail can assist us in answering your question. When not present, depending on the nature of your question, we're likely to ask for this information as a follow up.
Scope
Please make sure and limit discussion posts within this repository to topics related to the FalconPy library. While we're always happy to assist you with communicating with CrowdStrike APIs, this will guarantee this content remains relevant to the overall community.
Providing source code examples
Please try to submit questions and issues in MCVE format. We typically do not need to see all of your code, just a few lines around the section the question is about. Any other relevant method calls may also be helpful, but you can also just describe what the call is doing. When posting a discussion, if you enclose your code blocks in triple back-ticks flagged python, your code will syntax highlight and format properly.
Example
```python
print("Your code goes here!")
```
Produces
Important
Please remember to redact API credentials and CID / AID values from any code you post.
Issues
We track bugs, enhancements, documentation errors and security concerns using GitHub issues. You can also post questions there (we'll move them over to the discussion board when we respond.) Discussion posts that result in a bug determination (or enhancement request, etc.) will be converted into issues (or a standalone issue will be created).
Tip
CROSS-POSTING
We will respond to discussions as quickly as possible. Please do not open linked issues immediately after posting a discussion as this creates additional work for maintainers and does not expedite response turnaround.
Contributing
Our Show and Tell category provides a place for you to post your integration examples using FalconPy. Our Ideas category is a good place to post ideas that are not yet "fully baked" so the community can collaborate with you on the direction your code is taking.
If you'd like to see your example posted to the samples section of the main repository, please review the contribution guidelines and then submit a pull request to the
samples
branch. Submitted samples will need to be fully documented, similar to other samples maintained within this repository.Have you developed new FalconPy functionality that you would like to see as part of the main package? Fantastic! Please submit these pull requests to the
dev
branch for unit testing and review.Welcome to the FalconPy community!
WE STOP BREACHES
Beta Was this translation helpful? Give feedback.
All reactions